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

ISchedulerStorageBase.EnableTimeZones Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

bool EnableTimeZones { get; set; }

Property Value

Type Description
Boolean

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

See Also