Open this page in the API Guide

ScheduleRuleData.Occurrences Property

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

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "occurrences", EmitDefaultValue = false)]
public IList<DateTime> Occurrences { get; }

Property Value

Type: IList<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