Open this page in the API Guide

ScheduleRule.Occurrences 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 (25.1.0.1000)
Syntax
public IReadOnlyList<DateTime> Occurrences { get; }

Property Value

Type: IReadOnlyList<DateTime>
The occurrences.
Remarks
This property is only considered when HasRecurrence property is set to true and IsRecurrencePattern property is set to false.
See Also