IDailyTimeIntervalTriggerRepeatIntervalUnit Property

Quartz.NET 3.0 API Documentation
Get the interval unit - the time unit on with the interval applies. The only intervals that are valid for this type of trigger are Second, Minute, and Hour

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

C#
IntervalUnit RepeatIntervalUnit { get; }

Property Value

Type: IntervalUnit
See Also

Reference