Label.getLabelFileModificationTime Method

Returns the time that a specified label file was modified.

Syntax

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.

Remarks

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

See Also

Reference

Label Class