Click or drag to resize

IFreeBusyStartUtc Property

IT Hit WebDAV Classes Reference
Gets the start date and time in UTC for the free or busy time information.

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

Property Value

Type: IDate
IDate 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

The time MUST be specified in UTC time.

http://tools.ietf.org/html/rfc5545#section-3.8.2.4

See Also