QuickOPC User's Guide and Reference
Timestamp Property (DAItemPointWriteArguments)



View with Navigation Tools
OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.Connectivity Namespace > DAItemPointWriteArguments Class : Timestamp Property
Gets or sets the timestamp. In UTC.
Syntax
'Declaration
 
<ArgumentDirectionsAttribute(ArgumentDirections.Input)>
<ColumnDisplayAttribute(-154)>
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<DisplayAttribute(AutoGenerateField=False, 
   Order=2901, 
   ShortName="Timestamp (UTC)")>
Public Shadows Property Timestamp As Date
 
'Usage
 
Dim instance As DAItemPointWriteArguments
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
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