Click or drag to resize

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
)

Parameters

source
Type: SystemString
String representation to be converted to DayRule

Return Value

Type: DayRule
DayRule instance.
See Also