'Declaration
Public Property ActiveTime As Date
'Usage
Dim instance As AEEventData Dim value As Date instance.ActiveTime = value value = instance.ActiveTime
public DateTime ActiveTime {get; set;}
'Declaration
Public Property ActiveTime As Date
'Usage
Dim instance As AEEventData Dim value As Date instance.ActiveTime = value value = instance.ActiveTime
public DateTime ActiveTime {get; set;}
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
This property is used only for Condition-Related Events (see EventType).
This time is used by the client when acknowledging the condition.
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 ActiveTimeDouble property instead.