Skip to main content

QueryWorkTimeEventArgs.WorkTime Property

Gets or sets the working time interval.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public TimeOfDayInterval WorkTime { get; set; }

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