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