TimeDimensionTimeIntervals Property |
Gets the time intervals.
Namespace:
Dundas.BI.Entities.TimeDimensions
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<int> TimeIntervals { get; }
Public ReadOnly Property TimeIntervals As ICollection(Of Integer)
Get
public:
property ICollection<int>^ TimeIntervals {
ICollection<int>^ get ();
}
member TimeIntervals : ICollection<int> with get
Property Value
Type:
ICollectionInt32
The time intervals.
See Also