Skip to main content

QueryWorkTimeEventArgs.WorkTimes Property

Provides access to the collection of work times specified for a single day.

Namespace: DevExpress.XtraScheduler

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

#Declaration

public TimeOfDayIntervalCollection WorkTimes { get; }

#Property Value

Type Description
TimeOfDayIntervalCollection

A DevExpress.XtraScheduler.TimeOfDayIntervalCollection that specifies time intervals for a day.

#Remarks

The WorkTimes property allows specifying several working intervals in a single day, instead of only one, via the QueryWorkTimeEventArgs.WorkTime property.

See Also