ScheduleRuleAddSpecificMonth Method |
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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 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
See Also