TimeHierarchyGetLevel(DateTimeGranularity) Method

Gets the time level using its granularity.

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 ITimeHierarchyLevel GetLevel(
	DateTimeGranularity granularity
)

Parameters

granularity  DateTimeGranularity
The granularity.

Return Value

ITimeHierarchyLevel
The time dimension level.

Implements

ITimeHierarchyGetLevel(DateTimeGranularity)
Exceptions
ExceptionCondition
NotFoundExceptionThe level with the specified granularity was not found.
See Also