NthIncludedDayTrigger IntervalType Property Quartz.NET API Documentation
Returns the interval type for the NthIncludedDayTrigger.

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

public virtual int IntervalType { get; set; }

Property Value

Type: Int32
Remarks

Sets the interval type for the NthIncludedDayTrigger. If IntervalTypeMonthly, the trigger will fire on the Nth included day of every month. If IntervalTypeYearly, the trigger will fire on the Nth included day of every year. If IntervalTypeWeekly, the trigger will fire on the Nth included day of every week.
See Also