CalendarIntervalTriggerImpl RepeatInterval Property Quartz.NET API Documentation
Get the the time interval that will be added to the ICalendarIntervalTrigger's fire time (in the set repeat interval unit) in order to calculate the time of the next trigger repeat.

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

public int RepeatInterval { get; set; }

Property Value

Type: Int32

Implements

ICalendarIntervalTrigger RepeatInterval
See Also