Skip to main content
A newer version of this page is available. .

ScheduleDay(WorkTime[]) Constructor

Initializes a new ScheduleDay class instance.

Namespace: DevExpress.XtraGantt.Base.Scheduling

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public ScheduleDay(
    params WorkTime[] workTimes
)

Parameters

Name Type Description
workTimes WorkTime[]

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

See Also