Skip to main content
A newer version of this page is available. .

_AppointmentItem.EndTimeZone Property

Gets or sets the time zone for the end time of the appointment.

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

_TimeZone EndTimeZone { get; set; }

Property Value

Type Description
DevExpress.XtraScheduler.Outlook.Interop._TimeZone

A DevExpress.XtraScheduler.Outlook.Interop._TimeZone object that contains information for a time zone as supported by Microsoft Windows.

Remarks

The time zone information is used to map the appointment to the correct UTC or local time.

See Also