Label.getLabelFileModificationTime Method [AX 2012]

Returns the time that a specified label file was modified.

public int getLabelFileModificationTime(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 value that indicates at what time a label file was modified.

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

Community Additions

ADD
Show: