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

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

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public HourlyRecurrenceBuilder Interval(
        int interval
    )

    Parameters

    Name Type Description
    interval Int32

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

    Returns

    Type Description
    HourlyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.HourlyRecurrenceBuilder object used to define an hourly recurrence.

    See Also