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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.FileTransfer Namespace > UAFileProperties Class : Timestamp Property
The timestamp associated with this set of file properties. In UTC.
Syntax
'Declaration
 
Public Property Timestamp As Date
'Usage
 
Dim instance As UAFileProperties
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);
}
Remarks

The timestamp is obtained by a heuristics, essentially taking the latest timestamp from the source timestamps of individual OPC UA properties on the FileType object.

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