The time when the state was left (transitioned from) the last time; minimum DateTime if never transitioned from. In UTC.
Syntax
'Declaration
<ColumnDisplayAttribute(MaximumWidth=12, RefinementRank=100)>
<DisplayAttribute(AutoGenerateField=False,
Order=0,
ShortName="Last Cycle Leave Time")>
<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
[ColumnDisplay(MaximumWidth=12, RefinementRank=100)]
[Display(AutoGenerateField=false,
Order=0,
ShortName="Last Cycle Leave Time")]
[DisplayFormat("{0:HH:mm:ss.fff}")]
public DateTime LastCycleLeaveTime {get;}
[ColumnDisplay(MaximumWidth=12, RefinementRank=100)]
[Display(AutoGenerateField=false,
Order=0,
ShortName="Last Cycle Leave Time")]
[DisplayFormat("{0:HH:mm:ss.fff}")]
public:
property DateTime LastCycleLeaveTime {
DateTime get();
}
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