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

WorkTimeValidationEventArgs.WorkTimes Property

Gets the list of work times specified for a single day.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public List<TimeSpanRange> WorkTimes { get; }

Property Value

Type Description
List<TimeSpanRange>

A List<T><TimeSpanRange,> object representing the list of time intervals for a day.

Remarks

Use the WorkTimes property to specify several working intervals for a single day. To set only one working interval. use the WorkTimeValidationEventArgs.WorkTime property.

See Also