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

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

int RepeatInterval { get; }

Property Value

Type: Int32
See Also