QuickOPC User's Guide and Reference
AcknowledgeTimeLocal Property (_AEConditionState)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.ComTypes Namespace > _AEConditionState Interface : AcknowledgeTimeLocal Property
The time of the most recent acknowledgment of this condition (of any sub-condition). In local time.
Syntax
'Declaration
 
Property AcknowledgeTimeLocal As Date
'Usage
 
Dim instance As _AEConditionState
Dim value As Date
 
instance.AcknowledgeTimeLocal = value
 
value = instance.AcknowledgeTimeLocal
DateTime AcknowledgeTimeLocal {get; set;}
property DateTime AcknowledgeTimeLocal {
   DateTime get();
   void set (    DateTime value);
}
Remarks

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 AcknowledgeTimeLocalDouble property instead.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

_AEConditionState Interface
_AEConditionState Members