ScheduleRuleRemoveDayOfMonth Method

Deletes 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 RemoveDayOfMonth(
	int dayOfMonth
)

Parameters

dayOfMonth
Type: SystemInt32

Return Value

Type: Boolean
if the day was successfully removed; otherwise, . This method also returns if the item was not found in the DaysOfMonth collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 31.
Remarks
The method deletes a value from 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