Opc.Ua.Core
Timestamp Property (BaseVariableState)



Opc.Ua Namespace > BaseVariableState Class : Timestamp Property
The timestamp associated with the variable value.
Syntax
'Declaration
 
Public Property Timestamp As Date
'Usage
 
Dim instance As BaseVariableState
Dim value As Date
 
instance.Timestamp = value
 
value = instance.Timestamp
public DateTime Timestamp {get; set;}
public:
property DateTime Timestamp {
   DateTime get();
   void set (    DateTime value);
}

Property Value

The timestamp.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BaseVariableState Class
BaseVariableState Members