WorkTimeValidationEventArgs.WorkTimes Property
Gets the list of work times specified for a single day.
Namespace: DevExpress.Xpf.Scheduling.Reporting
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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