_AppointmentItem.StartInStartTimeZone Property

Definition

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

public:
 property DateTime StartInStartTimeZone { DateTime get(); void set(DateTime value); };
public DateTime StartInStartTimeZone { get; set; }
Public Property StartInStartTimeZone As DateTime

Property Value

Remarks

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

Applies to