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 (25.3.0.1000)
Syntaxpublic TimeHierarchyLevel FindLevel(
	int timeIntervalId
)
Public Function FindLevel ( 
	timeIntervalId As Integer
) As TimeHierarchyLevel
public:
TimeHierarchyLevel^ FindLevel(
	int timeIntervalId
)
member FindLevel : 
        timeIntervalId : int -> TimeHierarchyLevel 
Parameters
- timeIntervalId
 - Type: SystemInt32
ID of the time interval. 
Return Value
Type: 
TimeHierarchyLevelThe level.
Exceptions| Exception | Condition | 
|---|
| NotFoundException | The level with the specified timeIntervalId cannot be found. | 
See Also