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.v24.2.Core.dll
Declaration
Related API Members
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:
- DayView.WorkTime
- TimelineView.WorkTime
- DayView.WorkTime
- TimelineView.WorkTime
- QueryWorkTimeEventArgs.WorkTime in the QueryWorkTime event handler
Inheritance
Object
TimeOfDayInterval
WorkTimeInterval
See Also