Skip to main content
All docs
V25.1
  • DailyRecurrenceBuilder.ByHour(Int32) Method

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

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DailyRecurrenceBuilder ByHour(
        int hour
    )

    Parameters

    Name Type Description
    hour Int32

    An integer value between 0 and 23, inclusive, that is the delay in hours.

    Returns

    Type Description
    DailyRecurrenceBuilder

    A DevExpress.Xpf.Scheduling.DailyRecurrenceBuilder object used to define a daily recurrence.

    Remarks

    The total delay is the sum of values passed as ByHour and ByMinute method parameters.

    See Also