Open this page in the API Guide

ScheduleRuleData.SpecificMonths 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 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "specificMonths", EmitDefaultValue = false)]
public IList<int> SpecificMonths { get; }

Property Value

Type: IList<Int32>
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