Click or drag to resize

DayRuleTryParse Method

IT Hit WebDAV Classes Reference
Conversts the string representation to DayRule equivalent. A return value indicates whether the conversion succeeded.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public static bool TryParse(
	string source,
	out DayRule result
)

Parameters

source
Type: SystemString
String representation to be converted to DayRule
result
Type: ITHit.Collab.CalendarDayRule
DayRule instance or null if conversion failed.

Return Value

Type: Boolean
true if conversion was successful; otherwise, false.
See Also