IDailyTimeIntervalTriggerRepeatCount Property

Quartz.NET 3.0 API Documentation
Get 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: 3.0.0
Syntax

C#
int RepeatCount { get; }

Property Value

Type: Int32
See Also

Reference