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

SchedulerDataStorage.EnableTimeZones Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

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 AppointmentModificationControllerBase.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.

See Also