Skip to main content

WeekDaysWorkDay(WeekDays) Constructor

In This Article

Initializes a new instance of the WeekDaysWorkDay class for the specified weekday or a group of days.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

#Declaration

public WeekDaysWorkDay(
    WeekDays weekDays
)

#Parameters

Name Type Description
weekDays WeekDays

A WeekDays enumeration member that defines a day or a group of days.

See Also