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 Intervals As IList(Of TimePeriod)
Get
Set
property IList<TimePeriod^>^ Intervals {
IList<TimePeriod^>^ get ();
void set (IList<TimePeriod^>^ value);
}
abstract Intervals : IList<TimePeriod> with get, set
Property Value
Type:
IListTimePeriodSee Also