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.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IList<TimePeriod> Intervals { get; set; }

Property Value

Type: IListTimePeriod
See Also