Skip to main content

RecurrenceBuilder.Monthly(DateTime) Method

Returns an object used to define a monthly recurrence that lasts indefinitely.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public static MonthlyRecurrenceBuilder Monthly(
    DateTime start
)

Parameters

Name Type Description
start DateTime

The start date and time of recurring appointments.

Returns

Type Description
MonthlyRecurrenceBuilder

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

See Also