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

WorkTimeInterval.WorkTime Property

Gets the standard work time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

Declaration

public static WorkTimeInterval WorkTime { get; }

Property Value

Type Description
WorkTimeInterval

A WorkTimeInterval value representing the standard work time interval.

Remarks

By default the standard work time interval is from 9.00 till 18.00.

See Also