corelibraries-devexpress-dot-xtrascheduler-39495df8.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Scheduler.Core
public class WorkTimeInterval :
TimeOfDayInterval
Public Class WorkTimeInterval
Inherits TimeOfDayInterval
The following members return WorkTimeInterval objects:
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:
Object TimeOfDayInterval WorkTimeInterval
See Also