AppointmentItem.StartUTC Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.StartUTC

expression   A variable that represents an AppointmentItem object.

Remarks

Changing the value for the AppointmentItem.Start property or the AppointmentItem.StartTimeZone property will cause Outlook to recalculate the value of StartUTC.

See Also