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

Parameters

timeValue  DateTime
The time value.
intervalId  Int32
ID of the interval.

Return Value

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