_AppointmentItem.EndUTC Property
Returns or sets a DateTime value that represents the end date and time of the appointment expressed in the Coordinated Universal Time (UTC) standard. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property EndUTC As DateTime
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As DateTime
value = instance.EndUTC
instance.EndUTC = value
[DispIdAttribute()]
DateTime EndUTC { get; set; }
Property Value
Type: System.DateTime
Remarks
Changing the value for the _AppointmentItem.End property or the _AppointmentItem.EndTimeZone property will cause Outlook to recalculate the EndUTC.