TimeHierarchyInfoSupportedIntervals Property |
Gets the supported intervals.
Namespace:
Dundas.BI.Data.TimeDimensionProviders
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ICollection<TimeInterval> SupportedIntervals { get; }
Public ReadOnly Property SupportedIntervals As ICollection(Of TimeInterval)
Get
public:
property ICollection<TimeInterval^>^ SupportedIntervals {
ICollection<TimeInterval^>^ get ();
}
member SupportedIntervals : ICollection<TimeInterval> with get
Property Value
Type:
ICollectionTimeInterval
The supported intervals.
See Also