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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAAttributeData Class : ServerTimestampLocal Property
The server timestamp associated with the value. In local time.
Syntax
'Declaration
 
<XmlIgnoreAttribute()>
Public Property ServerTimestampLocal As Date
'Usage
 
Dim instance As UAAttributeData
Dim value As Date
 
instance.ServerTimestampLocal = value
 
value = instance.ServerTimestampLocal
[XmlIgnore()]
public DateTime ServerTimestampLocal {get; set;}
[XmlIgnore()]
public:
property DateTime ServerTimestampLocal {
   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