Skip to main content
All docs
V25.1
  • WorkDayOfWeek(DayOfWeek, IEnumerable<WorkTime>) Constructor

    Initializes a new WorkDayOfWeek class instance.

    Namespace: DevExpress.XtraGantt

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public WorkDayOfWeek(
        DayOfWeek dayOfWeek,
        IEnumerable<WorkTime> workTimes
    )

    Parameters

    Name Type Description
    dayOfWeek DayOfWeek

    A value that specifies the day of the week.

    workTimes IEnumerable<WorkTime>

    A collection of WorkTime objects that specify work time intervals.

    See Also