_AppointmentItem.StartInStartTimeZone 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 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.