ScheduleRuleDataOccurrences 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 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "occurrences", EmitDefaultValue = false)]
public IList<DateTime> Occurrences { get; }

Property Value

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