Click or drag to resize

IEventEnd Property

IT Hit WebDAV Classes Reference
Specifies the non-inclusive end of the event. The time could be "floating" time, time related to time zone, or time in UTC.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
ICalDate End { get; set; }

Property Value

Type: ICalDate
ICalDate or null if property is not present. Use CreateCalDateProp(NullableDateTime, String, Boolean) or CreatePropertyT to create a new property and assign value. Set value to null to remove the property.
Remarks

This property can contain "floating" time (without time zone), time related to time zone specified in TimeZoneId, or time in UTC.

In case the time is "floating", the Kind is set to Local. The TimeZoneId is always null in this case.

In case the time in time zone specified by TimeZoneId, 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 for all-day events. To find out if time is specified check the Time flag of the Components property.

See Also