Skip to main content

WorkTimeInterval.WorkTime Property

Gets the standard work time interval.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

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