OPC Studio User's Guide and Reference
CurrentActiveTime Property (AutomatonStateStatistics)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Algorithms Namespace > AutomatonStateStatistics Class : CurrentActiveTime Property
The current time; minimum DateTime value if not active. In UTC.
Syntax
'Declaration
 
<DisplayFormatAttribute("{0:HH:mm:ss.fff}")>
Public ReadOnly Property CurrentActiveTime As Date
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Date
 
instance.CurrentActiveTime = value
 
value = instance.CurrentActiveTime
[DisplayFormat("{0:HH:mm:ss.fff}")]
public DateTime CurrentActiveTime {get;}
[DisplayFormat("{0:HH:mm:ss.fff}")]
public:
property DateTime CurrentActiveTime {
   DateTime get();
}
Remarks

The getter method of this property is pure, i.e. it does not have observable side effects.

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