TimeStamp - property of the ExtOpcDa object
Description:
Returns the time stamp (
Date data type) of the variable according to the
OPC specification.
Note:
Property access for
read only.
The value of this property can be also obtained in the "
PmaRoot" item of the INFO system (when looking into the object with this property).
Example:
JavaScriptVBScriptSelect and copy to clipboard
var d = oExt.Item(2).TimeStamp;
Dim d
d = oExt.Item(2).TimeStamp