OPC Studio User's Guide and Reference
SourceTimestampLocal Property (UAAttributePointWriteArguments)



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Connectivity Namespace > UAAttributePointWriteArguments Class : SourceTimestampLocal Property
The source timestamp associated with the value. In local time.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Input)>
<ColumnDisplayAttribute(-154)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=2902, 
   ShortName="Source Timestamp (Local)")>
<XmlIgnoreAttribute()>
Public Shadows Property SourceTimestampLocal As Date
 
'Usage
 
Dim instance As UAAttributePointWriteArguments
Dim value As Date
 
instance.SourceTimestampLocal = value
 
value = instance.SourceTimestampLocal
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