Click or drag to resize

TimePeriodParse Method

IT Hit WebDAV Classes Reference
Creates TimePeriod from string.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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