This documentation is archived and is not being maintained.
Label.getLabelFileModificationDate Method [AX 2012]
Returns the date a specified label file was modified.
public date getLabelFileModificationDate(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 was modified.
You can use the date2str function to convert the date to a text string.