ScheduleRuleDataSpecificMonths 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.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "specificMonths", EmitDefaultValue = false)]
public IList<int> SpecificMonths { get; }

Property Value

Type: IListInt32
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