DailyTimeIntervalScheduleBuilderWithIntervalInMinutes Method

Quartz.NET 3.0 API Documentation
Specify an interval in the IntervalUnit.Minute that the produced Trigger will repeat at.

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

C#
public DailyTimeIntervalScheduleBuilder WithIntervalInMinutes(
	int intervalInMinutes
)

Parameters

intervalInMinutes
Type: SystemInt32
The number of minutes at which the trigger should repeat.

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder>
See Also

Reference