TimeStamp property
Description | (Read-only) Returns the latest timestamp read from the server. |
Syntax | TimeStamp As Date |
Example | Dim MyOPCItem As OPCItem Set MyOPCItem = MyOPCGroup.OPCItems(1) '/* Get the current Timestamp txtTimeStamp = MyOPCItem.TimeStamp |
Provide Feedback