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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointArguments Class : ServerTimestampLocal Property
The server timestamp associated with the value. In local time.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.InputOutput)>
<ColumnDisplayAttribute(-154)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=2904, 
   ShortName="Server Timestamp (Local)")>
<XmlIgnoreAttribute()>
Public Property ServerTimestampLocal As Date
'Usage
 
Dim instance As UAAttributePointArguments
Dim value As Date
 
instance.ServerTimestampLocal = value
 
value = instance.ServerTimestampLocal
[ArgumentDirections(ArgumentDirections.InputOutput)]
[ColumnDisplay(-154)]
[Display(AutoGenerateField=true, 
   Order=2904, 
   ShortName="Server Timestamp (Local)")]
[XmlIgnore()]
public DateTime ServerTimestampLocal {get; set;}
[ArgumentDirections(ArgumentDirections.InputOutput)]
[ColumnDisplay(-154)]
[Display(AutoGenerateField=true, 
   Order=2904, 
   ShortName="Server Timestamp (Local)")]
[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 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also