IFreeBusyTimeIntervals Property
IT Hit WebDAV Classes Reference
Gets a list of time periods stored as a value of this property.
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