ScheduleRuleAddSpecificMonth Method

Adds the specific month to the SpecificMonths collection.

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool AddSpecificMonth(
	int monthNumber
)

Parameters

monthNumber  Int32
The month number. Only values from 1 to 12 are allowed.

Return Value

Boolean
if the add was successful or if the item already exists.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe value is less than 1 or greater than 12.
See Also