Back to Devexpress

YearlyRecurrenceBuilder.ByMonthDay(Int32, DayOfWeek, Int32) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-yearlyrecurrencebuilder-dot-bymonthday-x28-system-dot-int32-system-dot-dayofweek-system-dot-int32-x29.md

latest2.0 KB
Original Source

YearlyRecurrenceBuilder.ByMonthDay(Int32, DayOfWeek, Int32) Method

Specifies the date on which to schedule occurrences.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public YearlyRecurrenceBuilder ByMonthDay(
    int month,
    DayOfWeek dayOfWeek,
    int dayNumber = 1
)
vb
Public Function ByMonthDay(
    month As Integer,
    dayOfWeek As DayOfWeek,
    dayNumber As Integer = 1
) As YearlyRecurrenceBuilder

Parameters

NameTypeDescription
monthInt32

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

NameTypeDefaultDescription
dayNumberInt321

An integer value that specifies the week.

|

Returns

TypeDescription
YearlyRecurrenceBuilder

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

|

See Also

YearlyRecurrenceBuilder Class

YearlyRecurrenceBuilder Members

DevExpress.Xpf.Scheduling Namespace