Back to Devexpress

WeeklyRecurrenceBuilder.ByHour(Int32) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-weeklyrecurrencebuilder-dot-byhour-x28-system-dot-int32-x29.md

latest1.6 KB
Original Source

WeeklyRecurrenceBuilder.ByHour(Int32) Method

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public WeeklyRecurrenceBuilder ByHour(
    int hour
)
vb
Public Function ByHour(
    hour As Integer
) As WeeklyRecurrenceBuilder

Parameters

NameTypeDescription
hourInt32

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

|

Returns

TypeDescription
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

WeeklyRecurrenceBuilder Class

WeeklyRecurrenceBuilder Members

DevExpress.Xpf.Scheduling Namespace