Label.getLabelFileCreatedTime Method

Returns the time that a specified label file was created.

Syntax

public int getLabelFileCreatedTime(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 data type value that indicates at what time a label file is created.

Remarks

For more information, see .

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

See Also

Reference

Label Class