Click or drag to resize

IRecurrenceListIntervals Property

IT Hit WebDAV Classes Reference
Gets a list of time periods stored as a value of "RDATE" property. Returns null if the property stores list of date or date-time values. Use Dates to access the list of values in this case.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
IList<TimePeriod> Intervals { get; }

Property Value

Type: IListTimePeriod
See Also