TimeDimensionProviderInfoSupportedIntervals 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 IReadOnlyList<TimeInterval> SupportedIntervals { get; }Public ReadOnly Property SupportedIntervals As IReadOnlyList(Of TimeInterval)
	Get
public:
property IReadOnlyList<TimeInterval^>^ SupportedIntervals {
	IReadOnlyList<TimeInterval^>^ get ();
}member SupportedIntervals : IReadOnlyList<TimeInterval> with get
Property Value
Type: 
IReadOnlyListTimeInterval
            The supported intervals.
            
See Also