_AppointmentItem.EndUTC Property

Returns or sets a DateTime value that represents the end date and time of the appointment expressed in the Coordinated Univeral Time (UTC) standard. Read/write.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Property EndUTC As DateTime
    Get
    Set
'Usage
Dim instance As _AppointmentItem
Dim value As DateTime

value = instance.EndUTC

instance.EndUTC = value
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.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace