Open this page in the API Guide

ScheduleRule.DeleteOccurrence Method

Deletes the occurrence from the Occurrences collection.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool DeleteOccurrence(
	DateTime occurrence
)

Parameters

occurrence
Type: System.DateTime
The occurrence.

Return Value

Type: Boolean
true if the occurrence was successfully removed; otherwise, false. This method also returns false if the item was not found in the Occurrences collection.
See Also