Search results

  1. F

    Read UTC DateTime From File

    I have some files generated by a SCADA Software, and I want to read the DateTime from it. It is in Windows: 64 Bit Hex Value - Little Endian Ex.: 40CA582BD984CB01 = 2010-11-15 15:24:18 UTC In VB.Net I use a Int64 variable to read from the file and then convert to DateTime as ticks...
Back
Top Bottom