ScheduleRuleAddOccurrence Method

Adds the occurrence to the Occurrences collection.

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

Parameters

occurrence  DateTime
The occurrence.

Return Value

Boolean
if the occurrence was successfully added or if the it already exists in the collection.
See Also