_AppointmentItem.EndInEndTimeZone Property
Returns or sets a DateTime value that represents the end date and time of the appointment expressed in the _AppointmentItem.EndTimeZone. Read/write.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Property EndInEndTimeZone As DateTime
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As DateTime
value = instance.EndInEndTimeZone
instance.EndInEndTimeZone = value
[DispIdAttribute()]
DateTime EndInEndTimeZone { get; set; }
Property Value
Type: System.DateTime
Remarks
This is the value displayed as End time in the appointment inspector user interface.