TimeDimensionProviderGetUniqueNameFromTime Method

Gets the member from time.

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 string GetUniqueNameFromTime(
	DateTime timeValue,
	int intervalId
)

Parameters

timeValue
Type: SystemDateTime
The time value.
intervalId
Type: SystemInt32
ID of the interval.

Return Value

Type: String
The unique name of the resulting member.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThe intervalId is invalid.
See Also