TimePeriod Constructor (Date, Date)
IT Hit WebDAV Classes Reference
Namespace: ITHit.WebDAV.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic TimePeriod(
Date start,
Date end
)
Public Sub New (
start As Date,
end As Date
)
public:
TimePeriod(
Date^ start,
Date^ end
)
new :
start : Date *
end : Date -> TimePeriod
Parameters
- start
- Type: ITHit.WebDAVDate
The start of the period. - end
- Type: ITHit.WebDAVDate
The end of the period.
See Also