TimeScaleWorkHour Class
In This Article
A time scale whose time cell is equal to a single day. Does not include non-working hours of a day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class TimeScaleWorkHour :
TimeScaleHour
#Remarks
The TimeScaleWorkHour.Value property always returns a 1-hour TimeSpan.
#Inheritance
See Also