Skip to main content

WorkTimesExceptionRule.WorkTimes Property

Provides access to work intervals in the day’s schedule (for example, 9:00 to 12:00 and 13:00 to 18:00).

Namespace: DevExpress.XtraGantt.Exceptions

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public WorkTimeCollection WorkTimes { get; }

Property Value

Type Description
WorkTimeCollection

A collection of WorkTime objects that specify work intervals in the day’s schedule.

See Also