Skip to main content
All docs
V25.1
  • RecurrenceBuilder.Monthly(DateTime, Int32) Method

    Returns an object used to define a monthly recurrence.

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public static MonthlyRecurrenceBuilder Monthly(
        DateTime start,
        int occurrenceCount
    )

    Parameters

    Name Type Description
    start DateTime

    The start date and time of recurring appointments.

    occurrenceCount Int32

    The number of occurrences.

    Returns

    Type Description
    MonthlyRecurrenceBuilder

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

    See Also