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 (24.1.0.1001)
Syntax
public abstract TimeInterval GetIntervalFromUniqueName(
	string memberUniqueName
)

Parameters

memberUniqueName
Type: SystemString
The member unique name.

Return Value

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