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.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public static bool TryParse(
	string source,
	out DayRule result
)

Parameters

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

Return Value

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