BIDateDimensionManager::getLabel Method [AX 2012]

Gets the label for the date dimension that has the given name.

Syntax

client server public static str getLabel(Name dateDimensionName)

Run On

Called

Parameters

Return Value

Type: str
The label value for the date dimension. If the label is empty, the name is returned.

Remarks

Returns an empty string if the date dimension is not found.

See Also

Reference

BIDateDimensionManager Class