TimePeriodParse Method
IT Hit WebDAV Classes Reference
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
)
Public Shared Function Parse (
strTimePeriod As String
) As TimePeriod
public:
static TimePeriod^ Parse(
String^ strTimePeriod
)
static member Parse :
strTimePeriod : string -> TimePeriod
Parameters
- strTimePeriod
- Type: SystemString
String representation of time period. This could be either start / end or start / duration.
Return Value
Type:
TimePeriodInstance of
TimePeriod class.
See Also