Skip to main content

MonthlyRecurrenceBuilder.ByDay(Int32) Method

Specifies the day on which to schedule occurrences.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public MonthlyRecurrenceBuilder ByDay(
    int dayOfMonth
)

Parameters

Name Type Description
dayOfMonth Int32

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

Returns

Type Description
MonthlyRecurrenceBuilder

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

See Also