Skip to main content

GetSymbolCreatedTimeStamp

Use this function to return the created time stamp of the specified symbol. The description is returned as a string in this format "YYYY-MM-DD hh:mm:ss".

Syntax:

GetSymbolCreatedTimeStamp("dimension", "symName")

where:

  • dimension is the name of the dimension that contains the symbol.
  • symName is the name of the symbol whose created time stamp is to be retrieved.

Syntax example:

Set Variable symCreatedTimeStamp = GetSymbolCreatedTimeStamp("ACCOUNTS", "Trial_Balance")

Was this article helpful?

We're sorry to hear that.