Click or drag to resize

IRecurrenceRuleUntil Property

IT Hit WebDAV Classes Reference
Gets or sets "UNTIL" rule part which contains a date or date-time until which the recurrence rule is valid. It must be "floating" if the Start is "floating", UTC otherwise.

Namespace: ITHit.WebDAV.Calendar
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
Date Until { get; set; }

Property Value

Type: Date
Remarks

This property can contains the same type of tyme as Start or Start property: "floating" time (without time zone), time related to time zone or time in UTC.

In case the time is "floating", the Kind is set to Local.

In case the time in time zone specified by TimeZoneId of the Start or Start property, the Kind is set to Unspecified.

In case the time is in UTC, the Kind is set to Utc.

This property can contain either date and time or date only. To find out if time is specified check the Time flag of the Components property.

See Also