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

WorkDayOfWeek(DayOfWeek, WorkTime[]) Constructor

Initializes a new WorkDayOfWeek class instance.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v19.2.dll

Declaration

public WorkDayOfWeek(
    DayOfWeek dayOfWeek,
    params WorkTime[] workTimes
)

Parameters

Name Type Description
dayOfWeek DayOfWeek

A value that specifies the day of the week.

workTimes WorkTime[]

An array of WorkTime objects that specify work time intervals.

See Also