IDailyTimeIntervalTrigger RepeatIntervalUnit Property Quartz.NET 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: 2.2.1.400
Syntax

IntervalUnit RepeatIntervalUnit { get; }

Property Value

Type: IntervalUnit
See Also