Skip to main content
A newer version of this page is available. .

DailyRecurrenceBuilder.ByMinute(Int32) Method

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

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