DailyTimeIntervalScheduleBuilderWithRepeatCount Method

Quartz.NET 3.0 API Documentation
Set number of times for interval to repeat.

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

C#
public DailyTimeIntervalScheduleBuilder WithRepeatCount(
	int repeatCount
)

Parameters

repeatCount
Type: SystemInt32

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

Reference