IDailyTimeIntervalTrigger RepeatCount Property Quartz.NET API Documentation
Get the the number of times for interval this trigger should repeat, after which it will be automatically deleted.

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

int RepeatCount { get; }

Property Value

Type: Int32
See Also