CalendarIntervalScheduleBuilder WithIntervalInDays Method Quartz.NET API Documentation
Specify an interval in the IntervalUnit.DAY that the produced Trigger will repeat at.

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

public CalendarIntervalScheduleBuilder WithIntervalInDays(
	int intervalInDays
)

Parameters

intervalInDays
Type: System Int32
the number of days at which the trigger should repeat.

Return Value

Type: CalendarIntervalScheduleBuilder
the updated CalendarIntervalScheduleBuilder
Remarks

See Also