QuickOPC User's Guide and Reference
Time Property (AEEventDataPayload)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComplexEventProcessing Namespace > AEEventDataPayload Class : Time Property
Time of the event occurrence - for conditions, time that the condition transitioned into the new state or sub-condition.
Syntax
'Declaration
 
Public Property Time As Date
'Usage
 
Dim instance As AEEventDataPayload
Dim value As Date
 
instance.Time = value
 
value = instance.Time
public DateTime Time {get; set;}
public:
property DateTime Time {
   DateTime get();
   void set (    DateTime value);
}
Remarks

For example, if the event notification is for acknowledgment of a condition, this would be the time that the condition became acknowledged.

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