QuickOPC User's Guide and Reference
HasTimestamp Property (DAVtq)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAVtq Class : HasTimestamp Property
Determines whether there is a (non-default) timestamp in the VTQ.
Syntax
'Declaration
 
<ColumnDisplayAttribute(2)>
<DefaultValueAttribute(False)>
Public ReadOnly Property HasTimestamp As Boolean
'Usage
 
Dim instance As DAVtq
Dim value As Boolean
 
value = instance.HasTimestamp
[ColumnDisplay(2)]
[DefaultValue(false)]
public bool HasTimestamp {get;}
[ColumnDisplay(2)]
[DefaultValue(false)]
public:
property bool HasTimestamp {
   bool get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

DAVtq Class
DAVtq Members