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 (25.3.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
 - 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