ScheduleRuleOccurrences Property

Gets the occurrences - the list of specific running times of the day.

Namespace:  Dundas.BI.Scheduling
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public IReadOnlyList<DateTime> Occurrences { get; }

Property Value

Type: IReadOnlyListDateTime
The occurrences.
Remarks
This property is only considered when HasRecurrence property is set to and IsRecurrencePattern property is set to .
See Also