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