Skip to main content

YearlyRecurrenceBuilder.ByMonthDay(Int32, DayOfWeek, Int32) Method

Specifies the date on which to schedule occurrences.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public YearlyRecurrenceBuilder ByMonthDay(
    int month,
    DayOfWeek dayOfWeek,
    int dayNumber = 1
)

Parameters

Name Type Description
month Int32

An integer value between 1 and 12*, inclusive, that is the month number.

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
YearlyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.YearlyRecurrenceBuilder object used to define a yearly recurrence.

See Also