WorkDayOfWeek(DayOfWeek, Boolean) Constructor
Initializes a new WorkDayOfWeek class instance.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.dll
NuGet Package: DevExpress.Win.Gantt
Declaration
Parameters
Name | Type | Description |
---|---|---|
dayOfWeek | DayOfWeek | A value that specifies the day of the week. |
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
nonWorkDay | Boolean | False | true if the day is a non-work day; otherwise, false. |
See Also