EasyUA Reference
Timestamp Property
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > BaseVariableState Class : Timestamp Property

Glossary Item Box

The timestamp associated with the variable value.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As BaseVariableState
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
C# 
public DateTime Timestamp {get; set;}

Property Value

The timestamp.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.