IFreeBusyStartUtc Property
IT Hit WebDAV Classes Reference
Gets the start date and time in UTC for the free or busy time information.
Namespace: ITHit.WebDAV.Calendar.ComponentsAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIDate StartUtc { get; set; }
Property StartUtc As IDate
Get
Set
property IDate^ StartUtc {
IDate^ get ();
void set (IDate^ value);
}
abstract StartUtc : IDate with get, set
Property Value
Type:
IDateIDate 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.
RemarksThe time MUST be specified in UTC time.
http://tools.ietf.org/html/rfc5545#section-3.8.2.4
See Also