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.3.0.1000)
Syntax public abstract TimeInterval GetIntervalFromUniqueName(
string memberUniqueName
)
Public MustOverride Function GetIntervalFromUniqueName (
memberUniqueName As String
) As TimeInterval
public:
virtual TimeInterval^ GetIntervalFromUniqueName(
String^ memberUniqueName
) abstract
abstract GetIntervalFromUniqueName :
memberUniqueName : string -> TimeInterval
Parameters
- memberUniqueName
- Type: SystemString
The member unique name.
Return Value
Type:
TimeIntervalThe time interval.
Exceptions See Also