'Declaration
<DisplayFormatAttribute("{0:G}")> <PureAttribute()> Public ReadOnly Property LastCycleTimeSpan As TimeSpan
'Usage
Dim instance As AutomatonStateStatistics Dim value As TimeSpan value = instance.LastCycleTimeSpan
[DisplayFormat("{0:G}")] [Pure()] public TimeSpan LastCycleTimeSpan {get;}
[DisplayFormat("{0:G}")] [Pure()] public: property TimeSpan LastCycleTimeSpan { TimeSpan get(); }