ScheduleRuleAddOccurrence Method  | 
  
    Namespace: 
   Dundas.BI.Scheduling
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic bool AddOccurrence(
	DateTime occurrence
)
Public Function AddOccurrence ( 
	occurrence As DateTime
) As Boolean
public:
bool AddOccurrence(
	DateTime occurrence
)
member AddOccurrence : 
        occurrence : DateTime -> bool 
Parameters
- occurrence
 - Type: SystemDateTime
The occurrence. 
Return Value
Type: 
Boolean if the occurrence was successfully added
              or 
 if the it already exists in the collection.
            
See Also