_AppointmentItem.StartUTC Property

Definition

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.

Applies to