ScheduleRuleMonthlyPatternKind Property

Gets or sets whether an ordinal day of the month or specific day of a certain week of a month should be selected.

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

Property Value

Type: MonthlyPatternKind
The monthly pattern kind.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is being set is not one of the MonthlyPatternKind values.
Remarks
This property defines if "Day N" or "The [first] [Monday]" option is used. When a schedule is created, this property is set to Day by default. This property is only considered when PatternType is set to Monthly.
See Also