SimpleScheduleBuilder RepeatMinutelyForever Method (Int32)Quartz.NET API Documentation
Create a SimpleScheduleBuilder set to repeat forever with an interval of the given number of minutes.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public static SimpleScheduleBuilder RepeatMinutelyForever(
	int minutes
)

Parameters

minutes
Type: System Int32

[Missing <param name="minutes"/> documentation for "M:Quartz.SimpleScheduleBuilder.RepeatMinutelyForever(System.Int32)"]

Return Value

Type: SimpleScheduleBuilder
the new SimpleScheduleBuilder
Remarks

See Also