ScheduleRuleSpecificMonths Property

Gets the selected months for the schedule used in a "Day N of the following month(s): January, February etc." pattern.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyList<int> SpecificMonths { get; }

Property Value

Type: IReadOnlyListInt32
The months.
Remarks
The property defines the selected months in "Day N of the following month(s): January, February etc." pattern. When a schedule is created, this property includes all twelve months by default. This property is only considered when PatternType property is set to Monthly.
See Also