Skip to main content

WorkTimeInterval Class

A time interval that can be used instead of the TimeOfDayInterval class to specify the work time within a day.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public class WorkTimeInterval :
    TimeOfDayInterval

The following members return WorkTimeInterval objects:

Remarks

The WorkTimeInterval class descends from the TimeOfDayInterval class and extends it with the WorkTimeInterval.WorkTime property.

You can safely proceed without the WorkTimeInterval class and use the TimeOfDayInterval class when specifying working time for the Scheduler views with the following properties:

Inheritance

Object
TimeOfDayInterval
WorkTimeInterval
See Also