TimeDimensionProviderSupportedIntervals 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 abstract IList<TimeInterval> SupportedIntervals { get; }
Public MustOverride ReadOnly Property SupportedIntervals As IList(Of TimeInterval)
Get
public:
virtual property IList<TimeInterval^>^ SupportedIntervals {
IList<TimeInterval^>^ get () abstract;
}
abstract SupportedIntervals : IList<TimeInterval> with get
Property Value
Type:
IListTimeInterval
The supported intervals.
See Also