Label.getLabelFileCreatedDate Method [AX 2012]

Returns the date that a specified label file was created.

public date getLabelFileCreatedDate(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: date
A Date data type value that indicates when a label file is created.

You can use the date2str function to convert the date to a text string.

Community Additions

ADD
Show: