Click or drag to resize

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 Value

Type: IListDate
Remarks

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