DailyTimeIntervalScheduleBuilder WithIntervalInHours Method Quartz.NET API Documentation
Specify an interval in the IntervalUnit.Hour that the produced Trigger will repeat at.

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

public DailyTimeIntervalScheduleBuilder WithIntervalInHours(
	int intervalInHours
)

Parameters

intervalInHours
Type: System Int32
The number of hours at which the trigger should repeat.

Return Value

Type: DailyTimeIntervalScheduleBuilder
the updated DailyTimeIntervalScheduleBuilder>
See Also