Open this page in the API Guide

TimeHierarchyInfo Constructor

Initializes a new instance of the TimeHierarchyInfo class.

Namespace:  Dundas.BI.Data.TimeDimensionProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public TimeHierarchyInfo(
	ICollection<TimeInterval> supportedIntervals,
	string uniqueName
)

Parameters

supportedIntervals
Type: System.Collections.Generic.ICollection<TimeInterval>
The supported intervals.
uniqueName
Type: System.String
The hierarchy unique name.
Exceptions
ExceptionCondition
ArgumentException

The supportedIntervals collection was null or empty.

-or-

The uniqueName was null or empty.

See Also