IDateMappingGetDateByUniqueName Method

Gets the date by the member unique name.

Namespace:  Dundas.BI.Entities.DateMappings
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
DateTime? GetDateByUniqueName(
	IOlapCube cube,
	string memberUniqueName
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube or cube perspective.
memberUniqueName
Type: SystemString
The member unique name.

Return Value

Type: NullableDateTime
The member date or if the member was not found.
See Also