Back to Devexpress

MonthlyRecurrenceBuilder.ByMinute(Int32) Method

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthlyrecurrencebuilder-dot-byminute-x28-system-dot-int32-x29.md

latest1.6 KB
Original Source

MonthlyRecurrenceBuilder.ByMinute(Int32) Method

Specifies the delay in minutes 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 MonthlyRecurrenceBuilder ByMinute(
    int minute
)
vb
Public Function ByMinute(
    minute As Integer
) As MonthlyRecurrenceBuilder

Parameters

NameTypeDescription
minuteInt32

An integer value between 0 and 59 , inclusive, that is the delay in minutes.

|

Returns

TypeDescription
MonthlyRecurrenceBuilder

A DevExpress.Xpf.Scheduling.MonthlyRecurrenceBuilder object used to define a monthly recurrence.

|

Remarks

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

See Also

MonthlyRecurrenceBuilder Class

MonthlyRecurrenceBuilder Members

DevExpress.Xpf.Scheduling Namespace