TimeScaleHour Class
In This Article
Represents a time scale whose time cell value is equal to a single hour.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
NuGet Package: DevExpress.Scheduler.Core
#Declaration
public class TimeScaleHour :
TimeScaleFixedInterval
#Remarks
The TimeScaleHour‘s TimeScaleDay.Value property always returns a TimeSpan value which is equal to 1 hour.
#Implements
#Inheritance
See Also