ScheduleRuleDeleteOccurrence Method |
Deletes the occurrence from the
Occurrences collection.
Namespace: Dundas.BI.SchedulingAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool DeleteOccurrence(
DateTime occurrence
)
Public Function DeleteOccurrence (
occurrence As DateTime
) As Boolean
public:
bool DeleteOccurrence(
DateTime occurrence
)
member DeleteOccurrence :
occurrence : DateTime -> bool Parameters
- occurrence DateTime
- The occurrence.
Return Value
Boolean if the occurrence was successfully removed; otherwise,
. This
method also returns
if the item was not found in the
Occurrences collection.
See Also