IFreeBusyEndUtc Property 
IT Hit WebDAV Classes Reference 
            Gets the end 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)
SyntaxIDate EndUtc { get; set; }Property EndUtc As IDate
	Get
	Set
property IDate^ EndUtc {
	IDate^ get ();
	void set (IDate^ value);
}abstract EndUtc : IDate with get, set
Property Value
Type: 
IDateIDate or 
null if property is not present. Use 
CreatePropertyT to create a new property and assign value. Set value to 
null to remove the property.
RemarksThe time MUST be specified in the UTC time format.  The value MUST be later in time than the value of the "DTSTART" property.
http://tools.ietf.org/html/rfc5545#section-3.8.2.2
See Also