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

WeekDaysWorkDay(WeekDays) Constructor

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

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.CoreDesktop, DevExpress.WindowsDesktop.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