TimeWrite - property of the PmVar object
Description:
Time of last writing to the variable.
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 oData = pMe.Pm("/Data");
var d = oData.Item(2).TimeWrite;
Dim oData, d
Set oData = pMe.Pm("/Data")
d = oData.Item(2).TimeWrite