Click or drag to resize

TimePeriod Constructor (Date, Date)

IT Hit WebDAV Classes Reference
Initializes a new instance of the TimePeriod class using Date values.

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,
	Date end
)

Parameters

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