'Declaration
Public Property AcknowledgeTime As Date
'Usage
Dim instance As AEConditionState Dim value As Date instance.AcknowledgeTime = value value = instance.AcknowledgeTime
public DateTime AcknowledgeTime {get; set;}
'Declaration
Public Property AcknowledgeTime As Date
'Usage
Dim instance As AEConditionState Dim value As Date instance.AcknowledgeTime = value value = instance.AcknowledgeTime
public DateTime AcknowledgeTime {get; set;}
Contains 0 if the condition has never been 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 AcknowledgeTimeDouble property instead.