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

    Initializes a new ScheduleDay class instance.

    Namespace: DevExpress.XtraGantt.Base.Scheduling

    Assembly: DevExpress.XtraGantt.v25.1.dll

    NuGet Package: DevExpress.Win.Gantt

    Declaration

    public ScheduleDay(
        IEnumerable<WorkTime> workTimes
    )

    Parameters

    Name Type Description
    workTimes IEnumerable<WorkTime>

    An collection of WorkTime objects that specify work intervals in a day’s schedule.

    See Also