TimeDimensionProviderGetTimeFromUniqueName Method

Gets the member start time.

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 DateTime GetTimeFromUniqueName(
	string memberUniqueName
)

Parameters

memberUniqueName  String
The member unique name.

Return Value

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