TimeScaleWorkDay Class
In This Article
A time scale whose time cell is equal to a single day. Does not include weekends and holidays.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
public class TimeScaleWorkDay :
TimeScaleDay
#Remarks
The TimeScaleWorkDay.Value property always returns a 24-hour TimeSpan.
#Inheritance
See Also