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

    Specifies the delay in minutes from the specified series’ start time.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public MinutelyRecurrenceBuilder ByMinute(
        int minute
    )

    Parameters

    Name Type Description
    minute Int32

    An integer value between 0 and 59, inclusive, that is the delay in minutes.

    Returns

    Type Description
    MinutelyRecurrenceBuilder

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

    See Also