Label.getLabelFileCreatedTime Method [AX 2012]

Returns the time that a specified label file was created.

public int getLabelFileCreatedTime(str labelFile, str language)

Run On

Called

Parameters

labelFile
Type: str
A string data type that specifies a label file.
language
Type: str
A string data type that specifies a language by using a language prefix.

Return Value

Type: int
An integer data type value that indicates at what time a label file is created.

For more information, see .

You can use the time2str function to convert the integer to a text string.

Community Additions

ADD
Show: