QuickOPC User's Guide and Reference
ShouldShowTimestampLocal Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess Namespace > DAVtq Class : ShouldShowTimestampLocal Method
Determines whether TimestampLocal value is evident.
Syntax
'Declaration
 
<UsedImplicitlyAttribute()>
Protected Function ShouldShowTimestampLocal() As Boolean
'Usage
 
Dim instance As DAVtq
Dim value As Boolean
 
value = instance.ShouldShowTimestampLocal()
[UsedImplicitly()]
protected bool ShouldShowTimestampLocal()
[UsedImplicitly()]
protected:
bool ShouldShowTimestampLocal(); 

Return Value

true if the property value is evident when the object is converted to string, and its other properties shown if indicated; false otherwise.
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