_AppointmentItem.StartInStartTimeZone Property

Returns or sets a DateTime value that represents the start date and time of the appointment expressed in the _AppointmentItem.StartTimeZone. Read/write.

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

Syntax

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

value = instance.StartInStartTimeZone

instance.StartInStartTimeZone = value
DateTime StartInStartTimeZone { get; set; }

Property Value

Type: System.DateTime

Remarks

This is the value displayed as Start time in the appointment inspector user interface.

See Also

Reference

_AppointmentItem Interface

_AppointmentItem Members

Microsoft.Office.Interop.Outlook Namespace