Skip to main content

GetSymbolModifiedTimeStamp

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

Syntax:

GetSymbolModifiedTimeStamp("dimension", "symName")

where:

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

Syntax example:

Set Variable symModifiedTimeStamp = GetSymbolModifiedTimeStamp("ACCOUNTS", "Trial_Balance")

Was this article helpful?

We're sorry to hear that.