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

    Returns an object used to define a minute recurrence.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public static MinutelyRecurrenceBuilder Minutely(
        DateTime start,
        DateTime end
    )

    Parameters

    Name Type Description
    start DateTime

    The start date and time of recurring appointments.

    end DateTime

    The end date and time of recurring appointments.

    Returns

    Type Description
    MinutelyRecurrenceBuilder

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

    See Also