ICalDateListDates Property
IT Hit WebDAV Classes Reference
List of date-times or dates.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IList<Date> Dates { get; set; }
Property Dates As IList(Of Date)
Get
Set
property IList<Date^>^ Dates {
IList<Date^>^ get ();
void set (IList<Date^>^ value);
}
abstract Dates : IList<Date> with get, set
Property Value
Type:
IListDateRemarks Every value in the list can contain either date or date-time. To find out if time is specified check the Time flag of the Components property.
If any value can not be parsed the null is inserted in the list.
See Also