Label.getLabelFileCreatedDate Method

Returns the date that a specified label file was created.

Syntax

public date getLabelFileCreatedDate(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 is created.

Remarks

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

See Also

Label Class

Dates