Label.getLabelFileModificationDate Method

Returns the date a specified label file was modified.

Syntax

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.

Remarks

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

See Also

Label Class

Dates