NthIncludedDayTrigger IntervalTypeWeekly FieldQuartz.NET API Documentation
Indicates a weekly trigger type (fires on the Nth included day of every week). When using this interval type, care must be taken not to think of the value of n as an analog to DayOfWeek. Such a comparison can only be drawn when there are no calendars associated with the trigger. To illustrate, consider an NthIncludedDayTrigger with n = 3 which is associated with a Calendar excluding non-weekdays. The trigger would fire on the 3rdincluded day of the week, which would be 4thactual day of the week.

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

public const int IntervalTypeWeekly

Field Value

Type: Int32
See Also