Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class TimeScaleWorkHour :
    TimeScaleHour

Remarks

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

See Also