timestampOf
New in 8.1.10
This function is used by Ignition's Expression language.
Description​
Returns the timestamp of a qualified value.
Syntax​
timestampOf(value)
Parameters
- Object value - The value for which you want to find the timestamp.
Results
- Date - Returns the timestamp of the value's last update.
Examples​
Code Snippet
timestampOf({[default]Sensor 1/Reading}) //Returns the timestamp of the tag's last value update