'Declaration
Public Property Time As Date
'Usage
Dim instance As AEEventData Dim value As Date instance.Time = value value = instance.Time
public DateTime Time {get; set;}
'Declaration
Public Property Time As Date
'Usage
Dim instance As AEEventData Dim value As Date instance.Time = value value = instance.Time
public DateTime Time {get; set;}
For example, if the event notification is for acknowledgment of a condition, this would be the time that the condition became acknowledged.
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 TimeDouble property instead.