Back to Devexpress

MonthlyRecurrenceBuilder.ByDay(DayOfWeek, Int32) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthlyrecurrencebuilder-dot-byday-x28-system-dot-dayofweek-system-dot-int32-x29.md

latest1.8 KB
Original Source

MonthlyRecurrenceBuilder.ByDay(DayOfWeek, Int32) Method

Specifies the day on which to schedule occurrences.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public MonthlyRecurrenceBuilder ByDay(
    DayOfWeek dayOfWeek,
    int dayNumber = 1
)
vb
Public Function ByDay(
    dayOfWeek As DayOfWeek,
    dayNumber As Integer = 1
) As MonthlyRecurrenceBuilder

Parameters

NameTypeDescription
dayOfWeekDayOfWeek

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
MonthlyRecurrenceBuilder

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

|

See Also

MonthlyRecurrenceBuilder Class

MonthlyRecurrenceBuilder Members

DevExpress.Xpf.Scheduling Namespace