QueryWorkTimeEventArgs.WorkTimes Property
In This Article
Provides access to the collection of work times specified for a single day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Time |
A DevExpress. |
#Remarks
The WorkTimes property allows specifying several working intervals in a single day, instead of only one, via the QueryWorkTimeEventArgs.WorkTime property.
See Also