ScheduleRuleDaysOfMonth Property |
Gets or sets the days of the month for the schedule used in a "Day(s) N" 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> DaysOfMonth { get; }
Public ReadOnly Property DaysOfMonth As IReadOnlyList(Of Integer)
Get
public:
property IReadOnlyList<int>^ DaysOfMonth {
IReadOnlyList<int>^ get ();
}
member DaysOfMonth : IReadOnlyList<int> with get
Property Value
Type:
IReadOnlyListInt32The days of the month.
Exceptions Remarks See Also