A newer version of this page is available.
Switch to the current version.
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.v19.1.Core.dll
Declaration
public class WorkTimeInterval :
TimeOfDayInterval
Public Class WorkTimeInterval
Inherits TimeOfDayInterval
Related API Members
The following members accept/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
Feedback