CalendarIntervalScheduleBuilderWithIntervalInYears Method

Quartz.NET 3.0 API Documentation
Specify an interval in the IntervalUnit.YEAR that the produced Trigger will repeat at.

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

C#
public CalendarIntervalScheduleBuilder WithIntervalInYears(
	int intervalInYears
)

Parameters

intervalInYears
Type: SystemInt32
the number of years at which the trigger should repeat.

Return Value

Type: CalendarIntervalScheduleBuilder
the updated CalendarIntervalScheduleBuilder
Remarks

See Also

Reference