Back to Devexpress

MonthlyRecurrenceBuilder.ByDay(Int32) Method

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

latest1.5 KB
Original Source

MonthlyRecurrenceBuilder.ByDay(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(
    int dayOfMonth
)
vb
Public Function ByDay(
    dayOfMonth As Integer
) As MonthlyRecurrenceBuilder

Parameters

NameTypeDescription
dayOfMonthInt32

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

|

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