Click or drag to resize

TimePeriod Constructor (Date, NullableTimeSpan)

IT Hit WebDAV Classes Reference
Initializes a new instance of the TimePeriod class using start Date value and duration.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public TimePeriod(
	Date start,
	Nullable<TimeSpan> duration
)

Parameters

start
Type: ITHit.WebDAVDate
The start of the period.
duration
Type: SystemNullableTimeSpan
The duration of the period.
See Also