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 (25.3.0.1000)
Syntaxpublic 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