Skip to main content

SchedulerStorageBase.EnableTimeZones Property

Gets or sets whether the scheduler saves the appointment time zone information.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

[DefaultValue(true)]
public bool EnableTimeZones { get; set; }

Property Value

Type Default Description
Boolean true

True, to save the appointment time zone information; otherwise, false.

Remarks

If the EnableTimeZones is set to true and the AppointmentMappingInfo.TimeZoneId mapping exists (or the scheduler is in unbound mode), the Appointment.TimeZoneId information is stored in the data field.

The EnableTimeZones property value is also used to set the TimeZoneVisible property of a form controller so that time zone editors and the Time Zone button becomes visible. A custom appointment editing form should provide a control and the logic to allow an end-user to select the time zone for an appointment.

Implements

See Also