ScheduleRuleRemoveDayOfMonth Method |
Deletes a day of month in repeatable day periods for the schedule.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool RemoveDayOfMonth(
int dayOfMonth
)
Public Function RemoveDayOfMonth (
dayOfMonth As Integer
) As Boolean
public:
bool RemoveDayOfMonth(
int dayOfMonth
)
member RemoveDayOfMonth :
dayOfMonth : int -> bool Parameters
- dayOfMonth Int32
-
Return Value
Boolean if the day was successfully removed; otherwise,
. This
method also returns
if the item was not found in the
DaysOfMonth collection.
Exceptions
Remarks
See Also