Skip to main content
A newer version of this page is available. .

QueryWorkTimeEventArgs.WorkTime Property

Gets or sets the working time interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.Core.dll

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