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; }
Public ReadOnly Property Occurrences As IReadOnlyList(Of DateTime)
Get
public:
property IReadOnlyList<DateTime>^ Occurrences {
IReadOnlyList<DateTime>^ get ();
}
member Occurrences : IReadOnlyList<DateTime> with get
Property Value
Type:
IReadOnlyListDateTimeThe occurrences.
Remarks See Also