ISimpleTriggerRepeatInterval Property

Quartz.NET 3.0 API Documentation
Get or set the time interval at which the ISimpleTrigger should repeat.

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

C#
TimeSpan RepeatInterval { get; set; }

Property Value

Type: TimeSpan
See Also

Reference