Click or drag to resize

DayRuleParse Method

IT Hit WebDAV Classes Reference
Conversts the string representation to DayRule equivalent.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public static DayRule Parse(
	string source
)

Parameters

source
Type: SystemString
String representation to be converted to DayRule

Return Value

Type: DayRule
DayRule instance.
See Also