'Declaration
Property InactiveTimeLocal As Date
'Usage
Dim instance As _AEConditionState Dim value As Date instance.InactiveTimeLocal = value value = instance.InactiveTimeLocal
DateTime InactiveTimeLocal {get; set;}
'Declaration
Property InactiveTimeLocal As Date
'Usage
Dim instance As _AEConditionState Dim value As Date instance.InactiveTimeLocal = value value = instance.InactiveTimeLocal
DateTime InactiveTimeLocal {get; set;}
Contains 0 if the condition has never been active, or if it is currently active for the first time and has never been exited.
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 InactiveTimeLocalDouble property instead.
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