Back to Devexpress

SchedulerStorageBase.EnableTimeZones Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerstoragebase-981f962f.md

latest2.0 KB
Original Source

SchedulerStorageBase.EnableTimeZones Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
[DefaultValue(true)]
public bool EnableTimeZones { get; set; }
vb
<DefaultValue(True)>
Public Property EnableTimeZones As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

EnableTimeZones

See Also

SchedulerStorageBase Class

SchedulerStorageBase Members

DevExpress.XtraScheduler Namespace