Skip to main content

_AppointmentItem.EndTimeZone Property

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

Namespace: DevExpress.XtraScheduler.Outlook.Interop

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

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