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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Algorithms Namespace > AutomatonStateStatistics Class : LastCycleLeaveTime Property
The time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In UTC.
Syntax
'Declaration
 
<DisplayFormatAttribute("{0:HH:mm:ss.fff}")>
Public ReadOnly Property LastCycleLeaveTime As Date
'Usage
 
Dim instance As AutomatonStateStatistics
Dim value As Date
 
instance.LastCycleLeaveTime = value
 
value = instance.LastCycleLeaveTime
[DisplayFormat("{0:HH:mm:ss.fff}")]
public DateTime LastCycleLeaveTime {get;}
[DisplayFormat("{0:HH:mm:ss.fff}")]
public:
property DateTime LastCycleLeaveTime {
   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