ScheduleRuleAddSpecificDayOfWeek Method

Adds the specific day of week to the SpecificDaysOfWeek collection.

Namespace: Dundas.BI.Scheduling
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public bool AddSpecificDayOfWeek(
	DayOfWeek dayOfWeek
)

Parameters

dayOfWeek  DayOfWeek
The day of the week.

Return Value

Boolean
if the add was successful or if the item already exists.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptiondayOfWeek is not one of the DayOfWeek values.
See Also