Click or drag to resize

TimePeriodParse Method

IT Hit WebDAV Classes Reference
Creates TimePeriod from string.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public static TimePeriod Parse(
	string strTimePeriod
)

Parameters

strTimePeriod
Type: SystemString
String representation of time period. This could be either start / end or start / duration.

Return Value

Type: TimePeriod
Instance of TimePeriod class.
See Also