'Declaration
<DisplayFormatAttribute("{0:HH:mm:ss.fff}")> Public ReadOnly Property CurrentActiveEnterTime As Date
'Usage
Dim instance As AutomatonStateStatistics Dim value As Date instance.CurrentActiveEnterTime = value value = instance.CurrentActiveEnterTime
[DisplayFormat("{0:HH:mm:ss.fff}")] public DateTime CurrentActiveEnterTime {get;}
[DisplayFormat("{0:HH:mm:ss.fff}")] public: property DateTime CurrentActiveEnterTime { DateTime get(); }