Click or drag to resize

ICalDateListDates Property

IT Hit WebDAV Classes Reference
List of date-times or dates.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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