Open this page in the API Guide

TimeDimension.TimeIntervals Property

Gets the time intervals.

Namespace:  Dundas.BI.Entities.TimeDimensions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public ICollection<int> TimeIntervals { get; }

Property Value

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