QuickOPC User's Guide and Reference
ReceiveTime Property (UABaseEventObject)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.AlarmsAndConditions Namespace > UABaseEventObject Class : ReceiveTime Property
Provides the time the OPC UA Server received the Event from the underlying device of another Server.
Syntax
'Declaration
 
Public ReadOnly Property ReceiveTime As Date
'Usage
 
Dim instance As UABaseEventObject
Dim value As Date
 
instance.ReceiveTime = value
 
value = instance.ReceiveTime
public DateTime ReceiveTime {get;}
public:
property DateTime ReceiveTime {
   DateTime get();
}
Remarks

If you are using VBA in Excel, beware that it reduces the precision of date/times from OLE Automation to seconds. In order to achieve milliseconds precision from VBA in Excel, use the ReceiveTimeDouble property instead.

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