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

TimeRuler.AdjustForDaylightSavingTime Property

Gets or sets whether the time ruler maintains daylight-saving time.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.Scheduler.CoreDesktop

Declaration

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

Property Value

Type Default Description
Boolean **true**

true to adjust a time ruler for daylight-saving time; otherwise, false.

Remarks

Daylight-saving time is a period during the year when the time is advanced to extend the hours of daylight. At the end of the period, the time is set back to standard time.

See Also