DayRuleParse Method
IT Hit WebDAV Classes Reference
Conversts the string representation to
DayRule equivalent.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public static DayRule Parse(
string source
)
Public Shared Function Parse (
source As String
) As DayRule
public:
static DayRule^ Parse(
String^ source
)
static member Parse :
source : string -> DayRule
Parameters
- source
- Type: SystemString
String representation to be converted to DayRule
Return Value
Type:
DayRuleDayRule instance.
See Also