SimpleScheduleBuilder RepeatHourlyForTotalCount Method (Int32)Quartz.NET API Documentation
Create a SimpleScheduleBuilder set to repeat the given number of times - 1 with a 1 hour interval.

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

public static SimpleScheduleBuilder RepeatHourlyForTotalCount(
	int count
)

Parameters

count
Type: System Int32

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

Return Value

Type: SimpleScheduleBuilder
the new SimpleScheduleBuilder
Remarks

Note: Total count = 1 (at start time) + repeat count

See Also