ScheduleRuleAddSpecificDayOfWeek Method |
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 AddSpecificDayOfWeek(
DayOfWeek dayOfWeek
)
Public Function AddSpecificDayOfWeek (
dayOfWeek As DayOfWeek
) As Boolean
public:
bool AddSpecificDayOfWeek(
DayOfWeek dayOfWeek
)
member AddSpecificDayOfWeek :
dayOfWeek : DayOfWeek -> bool
Parameters
- dayOfWeek
- Type: SystemDayOfWeek
The day of the week.
Return Value
Type:
Boolean if the add was successful or
if the item already exists.
Exceptions See Also