_AppointmentItem.StartUTC Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a DateTime value that represents the start date and time of the appointment expressed in the Coordinated Universal Time (UTC) standard. Read/write.
public:
property DateTime StartUTC { DateTime get(); void set(DateTime value); };
public DateTime StartUTC { get; set; }
Public Property StartUTC As DateTime
Property Value
Remarks
Changing the value for the Start property or the StartTimeZone property will cause Outlook to recalculate the value of StartUTC.