ScheduleRuleDataDaysOfMonth Property |
Gets or sets the days of the month for the schedule used in a "Day(s) N" 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 = "daysOfMonth", EmitDefaultValue = false)]
public IList<int> DaysOfMonth { get; }
<DataMemberAttribute(Name := "daysOfMonth", EmitDefaultValue := false)>
Public ReadOnly Property DaysOfMonth As IList(Of Integer)
Get
public:
[DataMemberAttribute(Name = L"daysOfMonth", EmitDefaultValue = false)]
property IList<int>^ DaysOfMonth {
IList<int>^ get ();
}
[<DataMemberAttribute(Name = "daysOfMonth", EmitDefaultValue = false)>]
member DaysOfMonth : IList<int> with get
Property Value
Type:
IListInt32The days of the month.
Exceptions Remarks See Also