Back to Devexpress

TimeRuler.AdjustForDaylightSavingTime Property

corelibraries-devexpress-dot-xtrascheduler-dot-timeruler-f02a41c1.md

latest1.4 KB
Original Source

TimeRuler.AdjustForDaylightSavingTime Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

TimeRuler Class

TimeRuler Members

DevExpress.XtraScheduler Namespace