TimeRuler.AdjustForDaylightSavingTime Property
Gets or sets whether the time ruler maintains daylight-saving time.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool AdjustForDaylightSavingTime { get; set; }
Property Value
Type | Description |
---|---|
Boolean | 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