DailyTimeIntervalScheduleBuilder WithRepeatCount Method Quartz.NET API Documentation
Set number of times for interval to repeat.

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

public DailyTimeIntervalScheduleBuilder WithRepeatCount(
	int repeatCount
)

Parameters

repeatCount
Type: System Int32

[Missing <param name="repeatCount"/> documentation for "M:Quartz.DailyTimeIntervalScheduleBuilder.WithRepeatCount(System.Int32)"]

Return Value

Type: DailyTimeIntervalScheduleBuilder

[Missing <returns> documentation for "M:Quartz.DailyTimeIntervalScheduleBuilder.WithRepeatCount(System.Int32)"]

Remarks

Note: if you want total count = 1 (at start time) + repeatCount
See Also