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 (DTSTART) is "floating", UTC otherwise. It must be 'all-day' if
Start is 'all-day'.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxDate Until { get; set; }
Date Until { get; set; }
Property Until As Date
Get
Set
Property Until As Date
Get
Set
property Date^ Until {
Date^ get ();
void set (Date^ value);
}
property Date^ Until {
Date^ get ();
void set (Date^ value);
}
abstract Until : Date with get, set
abstract Until : Date with get, set
Property Value
Type:
Date
RemarksThis property of the same as Start property: "floating" time (without time zone), or time in UTC.
In case the Start property contains time zone or is in UTC, this property must be in UTC (Kind is set to Utc).
In case the Start property contains "floating" time, this property must be "floating" (Kind is set to Local).
This property can contain either date and time or date only. The value type must be the same as the one stored in Start. To find out if time is specified check the Time
flag of the Components property.
See Also