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 (26.2.0.1000)
Syntax
DateTime? GetDateByUniqueName(
	IOlapCube cube,
	string memberUniqueName
)

Parameters

cube  IOlapCube
The cube or cube perspective.
memberUniqueName  String
The member unique name.

Return Value

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