ScheduleRuleAddDayOfMonth Method

Adds a day 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 (24.3.0.1000)
Syntax
public bool AddDayOfMonth(
	int dayOfMonth
)

Parameters

dayOfMonth
Type: SystemInt32

Return Value

Type: Boolean
if the add was successful or if the item already exists.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 31.
Remarks
The method adds a value to 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