NthIncludedDayTrigger N Property Quartz.NET API Documentation
Gets or sets the day of the interval on which the NthIncludedDayTrigger should fire. If the Nth day of the interval does not exist (i.e. the 32nd of a month), the trigger simply will never fire. N may not be less than 1.

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

public virtual int N { get; set; }

Property Value

Type: Int32
See Also