TimeDimensionProviderGetIntervalFromUniqueName Method

Gets the time interval from the unique name.

Namespace: Dundas.BI.Data.TimeDimensionProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public abstract TimeInterval GetIntervalFromUniqueName(
	string memberUniqueName
)

Parameters

memberUniqueName  String
The member unique name.

Return Value

TimeInterval
The time interval.
Exceptions
ExceptionCondition
ArgumentExceptionThe memberUniqueName was or empty.
ArgumentOutOfRangeExceptionThe member with the specified memberUniqueName does not exist.
See Also