Back to Devexpress

YearlyRecurrenceBuilder.ByMonthDay(Int32, WeekDays, WeekOfMonth) Method

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

latest2.1 KB
Original Source

YearlyRecurrenceBuilder.ByMonthDay(Int32, WeekDays, WeekOfMonth) 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,
    WeekDays weekDay,
    WeekOfMonth dayNumber
)
vb
Public Function ByMonthDay(
    month As Integer,
    weekDay As WeekDays,
    dayNumber As WeekOfMonth
) As YearlyRecurrenceBuilder

Parameters

NameTypeDescription
monthInt32

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

| | weekDay | WeekDays |

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

| | dayNumber | WeekOfMonth |

A DevExpress.XtraScheduler.WeekOfMonth enumeration value specifying 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