CalendarIntervalScheduleBuilderWithInterval Method

Quartz.NET 3.0 API Documentation
Specify the time unit and interval for the Trigger to be produced.

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

C#
public CalendarIntervalScheduleBuilder WithInterval(
	int interval,
	IntervalUnit unit
)

Parameters

interval
Type: SystemInt32
the interval at which the trigger should repeat.
unit
Type: QuartzIntervalUnit
the time unit (IntervalUnit) of the interval.

Return Value

Type: CalendarIntervalScheduleBuilder
the updated CalendarIntervalScheduleBuilder
Remarks

See Also

Reference