QueryWorkTimeEventArgs.WorkTime Property
Gets or sets the working time interval.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
TimeOfDayInterval | A TimeOfDayInterval object, representing the work time interval. |
Remarks
You can specify several work time intervals for a day via the QueryWorkTimeEventArgs.WorkTimes property.
To change work times in Scheduling reports, use the SchedulerPrintAdapter.ValidateWorkTime event.
See Also