Skip to main content

WorkTimeValidationEventArgs.WorkTimes Property

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

Namespace: DevExpress.Xpf.Scheduling.Reporting

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

NuGet Package: DevExpress.Wpf.Scheduling

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