Skip to main content

MonthlyRecurrenceBuilder.ByMonth(Int32) Method

Specifies the delay in months from the specified series’ start time.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public MonthlyRecurrenceBuilderLimited ByMonth(
    int month
)

Parameters

Name Type Description
month Int32

An integer value between 1 and 12, inclusive, that is the delay in months.

Returns

Type Description
DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilderLimited

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

Remarks

The total delay is the sum of values passed as ByMonth, ByHour, and ByMinute method parameters.

See Also