ScheduleRuleAddDayOfMonth Method |
Adds 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 AddDayOfMonth(
int dayOfMonth
)
Public Function AddDayOfMonth (
dayOfMonth As Integer
) As Boolean
public:
bool AddDayOfMonth(
int dayOfMonth
)
member AddDayOfMonth :
dayOfMonth : int -> bool Parameters
- dayOfMonth Int32
-
Return Value
Boolean if the add was successful or
if the item already exists.
Exceptions
Remarks
See Also