TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
DateTime GlobalVariableTime ( string  name)

Returns the time when the global variable was last accessed

Parameters
nameGlobal variable name
Returns
The function returns time of last accessing the specified global variable. Addressing a variable for its value,
for example using the GlobalVariableGet() and GlobalVariableCheck() functions, also modifies the time of last access.
In order to obtain error details, call the GetLastError() function