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 (24.3.0.1000)
Syntax
public TimeHierarchyLevel FindLevel(
	int timeIntervalId
)

Parameters

timeIntervalId
Type: SystemInt32
ID of the time interval.

Return Value

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