GregorianProviderGetUniqueNameFromTime 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.3.0.1000)
Syntax
public override 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