Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

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".

Copy

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.
Copy

Syntax example

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

Published:

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".

Copy

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.
Copy

Syntax example

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

For an optimal Community experience, Please view on Desktop