ScheduleRuleDeleteSpecificMonth Method

Deletes the specific month from the SpecificMonths collection.

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 DeleteSpecificMonth(
	int monthNumber
)

Parameters

monthNumber
Type: SystemInt32
The month number. Only values from 1 to 12 are allowed.

Return Value

Type: Boolean
if the month was successfully removed; otherwise, . This method also returns if the item was not found in the SpecificMonths collection.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 12.
See Also