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.CalendarAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIList<TimePeriod> Intervals { get; }
ReadOnly Property Intervals As IList(Of TimePeriod)
Get
property IList<TimePeriod^>^ Intervals {
IList<TimePeriod^>^ get ();
}
abstract Intervals : IList<TimePeriod> with get
Property Value
Type:
IListTimePeriod
See Also