SimpleScheduleBuilderRepeatHourlyForTotalCount Method (Int32)

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public static SimpleScheduleBuilder RepeatHourlyForTotalCount(
	int count
)

Parameters

count
Type: SystemInt32

[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

Reference