SchedulerDataStorage.EnableTimeZones Property
Gets or sets whether the scheduler saves the appointment time zone information.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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.