Open this page in the API Guide

TimeDimensionData.TimeIntervals Property

Gets the time intervals.

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 = "timeIntervals", EmitDefaultValue = false)]
public IList<int> TimeIntervals { get; }

Property Value

Type: IList<Int32>
The time intervals.
See Also