ScheduleRule.RemoveDayOfMonth 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 (25.1.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
- Type: System.Int32
Return Value
Type:
Booleantrue if the day was successfully removed; otherwise,
false. This
method also returns
false if the item was not found in the
DaysOfMonth collection.
Exceptions
Remarks
See Also