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; }
<DataMemberAttribute(Name := "specificMonths", EmitDefaultValue := false)>
Public ReadOnly Property SpecificMonths As IList(Of Integer)
Get
public:
[DataMemberAttribute(Name = L"specificMonths", EmitDefaultValue = false)]
property IList<int>^ SpecificMonths {
IList<int>^ get ();
}
[<DataMemberAttribute(Name = "specificMonths", EmitDefaultValue = false)>]
member SpecificMonths : IList<int> with get
Property Value
Type:
IListInt32The 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