OPC Studio User's Guide and Reference
Timestamp Property (DAVtqPayload<TValue>)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.ComplexEventProcessing Namespace > DAVtqPayload<TValue> Class : Timestamp Property
The timestamp associated with the value.
Syntax
'Declaration
 
Public Property Timestamp As Date
 
'Usage
 
Dim instance As DAVtqPayload(Of TValue)
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also