'Declaration
<DisplayFormatAttribute("{0:d} {0:T}")> Public ReadOnly Property NotAfterUtc As Date
'Usage
Dim instance As PkiCertificateInfo Dim value As Date value = instance.NotAfterUtc
[DisplayFormat("{0:d} {0:T}")] public DateTime NotAfterUtc {get;}
[DisplayFormat("{0:d} {0:T}")] public: property DateTime NotAfterUtc { DateTime get(); }