Open this page in the API Guide

ScheduleRule.SetDaysOfMonth Method

Sets or replaces a collection of days of month in repeatable day periods for the schedule.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void SetDaysOfMonth(
	ICollection<int>? daysOfMonth
)

Parameters

daysOfMonth
Type: System.Collections.Generic.ICollection<Int32>
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAny value is less than 1 or greater than 31.
Remarks
The method sets or replaces a value of the list N in a "Day(s) N" pattern. Passing null or empty collection clears the list N in a "Day(s) N" pattern. This method is only considered when PatternType property is set to Monthly and MonthlyPatternKind is set to Day.
See Also