Skip to main content
All docs
V25.1
  • WeeklyRecurrenceBuilder.Interval(Int32) Method

    Specifies the interval (in weeks) between the starts of occurrences.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public WeeklyRecurrenceBuilder Interval(
        int interval
    )

    Parameters

    Name Type Description
    interval Int32

    The interval (in weeks) between the starts of occurrences.

    Returns

    Type Description
    WeeklyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.

    See Also