Skip to main content
A newer version of this page is available. .

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

Declaration

public class TimeScaleWorkHour :
    TimeScaleHour

Remarks

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

See Also