Skip to main content
A newer version of this page is available. .

DailyRecurrenceBuilder.ByMonthDay(Int32) Method

Specifies the day on which to schedule occurrences.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DailyRecurrenceBuilderLimited ByMonthDay(
    int monthDay
)

Parameters

Name Type Description
monthDay Int32

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

Returns

Type Description
DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited

A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilderLimited object used to define a daily recurrence.

See Also