QuickOPC User's Guide and Reference
ServerTimestamp Property (UAAttributeData)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeData Class : ServerTimestamp Property
The server timestamp associated with the value. In UTC.
Syntax
'Declaration
 
Public Property ServerTimestamp As Date
'Usage
 
Dim instance As UAAttributeData
Dim value As Date
 
instance.ServerTimestamp = value
 
value = instance.ServerTimestamp
public DateTime ServerTimestamp {get; set;}
public:
property DateTime ServerTimestamp {
   DateTime get();
   void set (    DateTime value);
}
Remarks

When writing, be aware that writing the server timestamp is not supported by some servers, including the OPC Foundation sample server.

Requirements

Target Platforms: .NET Framework: Windows 7 with SP1, Windows Server 2012; .NET Core: Linux, Microsoft Windows

See Also

Reference

UAAttributeData Class
UAAttributeData Members