I have a Old binary file which was generated by VB6 code.
it has a type Date,
in .Net I use binaryReader to read int64(),
and get 4675868045223720387, how can I convert it to DateTime?
Thanks
it has a type Date,
in .Net I use binaryReader to read int64(),
and get 4675868045223720387, how can I convert it to DateTime?
Thanks