CalendarIntervalTriggerImpl RepeatIntervalUnit Property Quartz.NET API Documentation
Get or set the interval unit - the time unit on with the interval applies.

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

public IntervalUnit RepeatIntervalUnit { get; set; }

Property Value

Type: IntervalUnit

Implements

ICalendarIntervalTrigger RepeatIntervalUnit
See Also