ScheduleRuleSetDaysOfMonth 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.3.0.1000)
Syntaxpublic void SetDaysOfMonth(
	ICollection<int>? daysOfMonth
)
Public Sub SetDaysOfMonth ( 
	daysOfMonth As ICollection(Of Integer)
)
public:
void SetDaysOfMonth(
	ICollection<int>^ daysOfMonth
)
member SetDaysOfMonth : 
        daysOfMonth : ICollection<int> -> unit 
Parameters
- daysOfMonth
 - Type: System.Collections.GenericICollectionInt32
 
Exceptions
Remarks
            The method sets or replaces a value of the list N in a "Day(s) N" pattern.
            Passing 
 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