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

MonthlyRecurrenceBuilder.ByDay(DayOfWeek, Int32) Method

Specifies the day on which to schedule occurrences.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public MonthlyRecurrenceBuilder ByDay(
    DayOfWeek dayOfWeek,
    int dayNumber = 1
)

Parameters

Name Type Description
dayOfWeek DayOfWeek

A System.DayOfWeek enumeration value that specifies the day of the week.

Optional Parameters

Name Type Default Description
dayNumber Int32 1

An integer value that specifies the week.

Returns

Type Description
MonthlyRecurrenceBuilder

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

See Also