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

MonthlyRecurrenceBuilder.ByDay(WeekDays, WeekOfMonth) Method

Specifies the days on which to schedule occurrences.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public MonthlyRecurrenceBuilder ByDay(
    WeekDays weekDay,
    WeekOfMonth dayNumber
)

Parameters

Name Type Description
weekDay WeekDays

A DevExpress.XtraScheduler.WeekDays enumeration value specifying the day/days in a week.

dayNumber WeekOfMonth

A DevExpress.XtraScheduler.WeekOfMonth enumeration value that specifies the specific day when the weekDay parameter is set to a range of days.

Returns

Type Description
MonthlyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.

See Also