Back to Devexpress

YearlyRecurrenceBuilder.ByMonthDay(Int32, Int32) Method

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

latest1.7 KB
Original Source

YearlyRecurrenceBuilder.ByMonthDay(Int32, 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,
    int dayOfMonth
)
vb
Public Function ByMonthDay(
    month As Integer,
    dayOfMonth As Integer
) As YearlyRecurrenceBuilder

Parameters

NameTypeDescription
monthInt32

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

| | dayOfMonth | Int32 |

An integer value between 1 and 31 , inclusive, that is the day number.

|

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