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; }

Property Value

Type: IReadOnlyListInt32
The days of the month.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 31.
Remarks
The property defines the values of list N in a "Day(s) N" pattern. This property is only considered when PatternType property is set to Monthly and MonthlyPatternKind is set to Day.
See Also