ScheduleRuleDaysOfMonth Property |
Gets or sets the days of the month for the schedule used in a "Day(s) N" pattern.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
IReadOnlyListInt32The days of the month.
Exceptions
Remarks
See Also