ScheduleRule.DeleteSpecificMonth Method |
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax public bool DeleteSpecificMonth(
int monthNumber
)
Public Function DeleteSpecificMonth (
monthNumber As Integer
) As Boolean
public:
bool DeleteSpecificMonth(
int monthNumber
)
member DeleteSpecificMonth :
monthNumber : int -> bool
Parameters
- monthNumber
- Type: System.Int32
The month number. Only values from 1 to 12 are allowed.
Return Value
Type:
Booleantrue if the month was successfully removed; otherwise,
false. This
method also returns
false if the item was not found in the
SpecificMonths collection.
Exceptions See Also