ScheduleRuleRemoveDayOfMonth Method |
Deletes a day of month in repeatable day periods for the schedule.
Namespace:
Dundas.BI.Scheduling
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public bool RemoveDayOfMonth(
int dayOfMonth
)
Public Function RemoveDayOfMonth (
dayOfMonth As Integer
) As Boolean
public:
bool RemoveDayOfMonth(
int dayOfMonth
)
member RemoveDayOfMonth :
dayOfMonth : int -> bool
Parameters
- dayOfMonth
- Type: SystemInt32
Return Value
Type:
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