OPC Studio User's Guide and Reference
ServerTimestampLocal Property (UAAttributePointSubscribeArguments)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointSubscribeArguments Class : ServerTimestampLocal Property
The server timestamp associated with the value. In local time.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Output)>
<XmlIgnoreAttribute()>
Public Shadows Property ServerTimestampLocal As Date
 
'Usage
 
Dim instance As UAAttributePointSubscribeArguments
Dim value As Date
 
instance.ServerTimestampLocal = value
 
value = instance.ServerTimestampLocal
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