ScheduleRuleAddSpecificMonth Method  | 
  
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool AddSpecificMonth(
	int monthNumber
)
Public Function AddSpecificMonth ( 
	monthNumber As Integer
) As Boolean
public:
bool AddSpecificMonth(
	int monthNumber
)
member AddSpecificMonth : 
        monthNumber : int -> bool 
Parameters
- monthNumber
 - Type: SystemInt32
The month number. Only values from 1 to 12 are allowed. 
Return Value
Type: 
Boolean if the add was successful or 
 if the item already exists.
            
Exceptions
See Also