Back to Devexpress

WorkWeekRule.AddWorkDay(DayOfWeek) Method

windowsforms-devexpress-dot-xtragantt-dot-workweekrule-dot-addworkday-x28-system-dot-dayofweek-x29.md

latest1.4 KB
Original Source

WorkWeekRule.AddWorkDay(DayOfWeek) Method

Adds the specified day of the week to the workweek schedule.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public WorkDayOfWeek AddWorkDay(
    DayOfWeek dayOfWeek
)
vb
Public Function AddWorkDay(
    dayOfWeek As DayOfWeek
) As WorkDayOfWeek

Parameters

NameTypeDescription
dayOfWeekDayOfWeek

A value that specifies the day of the week.

|

Returns

TypeDescription
WorkDayOfWeek

A WorkDayOfWeek object that specifies the work day schedule.

|

See Also

WorkWeekRule Class

WorkWeekRule Members

DevExpress.XtraGantt Namespace