DayRuleParse Method
IT Hit WebDAV Classes Reference
Conversts the string representation to
DayRule equivalent.
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic 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