ScheduleRuleNthSpecificDayOfMonth Property

Gets or sets the ordinal number of the day in a month.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public NthSpecificDayOfMonth NthSpecificDayOfMonth { get; set; }

Property Value

Type: NthSpecificDayOfMonth
The ordinal number of the day in a month.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set is not one of the NthSpecificDayOfMonth values.
Remarks
The property defines the value of N in "The [Nth] [Monday]" pattern. When a schedule is created, this property is set to First by default. This property is only considered when PatternType property is set to Monthly and MonthlyPatternKind property is set to NthSpecificDay.
See Also