_AppointmentItem.StartUTC Property
Returns or sets a DateTime value that represents the start 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
<DispIdAttribute()> _
Property StartUTC As DateTime
Get
Set
'Usage
Dim instance As _AppointmentItem
Dim value As DateTime
value = instance.StartUTC
instance.StartUTC = value
[DispIdAttribute()]
DateTime StartUTC { get; set; }
Property Value
Type: System.DateTime
Remarks
Changing the value for the _AppointmentItem.Start property or the _AppointmentItem.StartTimeZone property will cause Outlook to recalculate the value of StartUTC.