WorkWeekRule.AddNonWorkDay(DayOfWeek) Method
In This Article
Adds the specified day of the week to the workweek schedule as a non-work day.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.2.dll
NuGet Package: DevExpress.Win.Gantt
#Declaration
public WorkDayOfWeek AddNonWorkDay(
DayOfWeek dayOfWeek
)
#Parameters
Name | Type | Description |
---|---|---|
day |
Day |
A value that specifies the day of the week. |
#Returns
Type | Description |
---|---|
Work |
A Work |
See Also