'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(); }