TimeDimensionProviderSupportedIntervals Property |
Gets the supported intervals.
Namespace: Dundas.BI.Data.TimeDimensionProvidersAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic 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
IListTimeInterval
The supported intervals.
See Also