ScheduleRuleDeleteSpecificDayOfWeek Method |
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool DeleteSpecificDayOfWeek(
DayOfWeek dayOfWeek
)
Public Function DeleteSpecificDayOfWeek (
dayOfWeek As DayOfWeek
) As Boolean
public:
bool DeleteSpecificDayOfWeek(
DayOfWeek dayOfWeek
)
member DeleteSpecificDayOfWeek :
dayOfWeek : DayOfWeek -> bool Parameters
- dayOfWeek DayOfWeek
- The day of the week.
Return Value
Boolean if the day was successfully removed; otherwise,
. This
method also returns
if the item was not found in the
SpecificDaysOfWeek collection.
Exceptions
See Also