TimeDimensionFindLevel Method

Finds the level corresponding to the time interval ID.

Namespace: Dundas.BI.Entities.TimeDimensions
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public TimeHierarchyLevel FindLevel(
	int timeIntervalId
)

Parameters

timeIntervalId  Int32
ID of the time interval.

Return Value

TimeHierarchyLevel
The level.
Exceptions
ExceptionCondition
NotFoundExceptionThe level with the specified timeIntervalId cannot be found.
See Also