ScheduleRuleDeleteOccurrence 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 (24.3.0.1000)
Syntax
public bool DeleteOccurrence(
	DateTime occurrence
)

Parameters

occurrence
Type: SystemDateTime
The occurrence.

Return Value

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