Skip to main content
All docs
V26.1
  • TimeScaleWorkHour Class

    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.v26.1.dll

    NuGet Package: DevExpress.Win.Scheduler

    Declaration

    public class TimeScaleWorkHour :
        TimeScaleHour

    Remarks

    The TimeScaleWorkHour.Value property always returns a 1-hour TimeSpan.

    See Also