QuickOPC User's Guide and Reference
ActiveTimeLocal Property (AEAcknowledgeConditionArguments)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents.OperationModel Namespace > AEAcknowledgeConditionArguments Class : ActiveTimeLocal Property
An active time corresponding to the Source and Condition Name pair. In local time.
Syntax
'Declaration
 
<IgnoreDataMemberAttribute()>
Public Property ActiveTimeLocal As Date
'Usage
 
Dim instance As AEAcknowledgeConditionArguments
Dim value As Date
 
instance.ActiveTimeLocal = value
 
value = instance.ActiveTimeLocal
[IgnoreDataMember()]
public DateTime ActiveTimeLocal {get; set;}
[IgnoreDataMember()]
public:
property DateTime ActiveTimeLocal {
   DateTime get();
   void set (    DateTime value);
}
Remarks
This parameter uniquely identifies a specific transition of the condition to the active state or into a different sub-condition and is the same as the OpcLabs.EasyOpc.AlarmsAndEvents.AEConditionState.SubconditionActiveTime condition attribute. Active Times are passed to the client in the event notification. If the condition has become active again or transitioned into a different sub-condition at a later time, this acknowledgment will be ignored.
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