Skip to main content
All docs
V25.1
  • 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.v25.1.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