Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WeeklyRecurrenceBuilder.ByHour(Int32) Method

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

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v24.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

#Declaration

public WeeklyRecurrenceBuilder 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
WeeklyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.WeeklyRecurrenceBuilder object used to define a weekly recurrence.

#Remarks

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

See Also