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

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

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public MinutelyRecurrenceBuilder Interval(
        int interval
    )

    Parameters

    Name Type Description
    interval Int32

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

    Returns

    Type Description
    MinutelyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.MinutelyRecurrenceBuilder object used to define a minute recurrence.

    See Also