/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//from System.Runtime.InteropServices.ComTypes.FILETIME to System.DateTime long hFT2 = (((long)ft.dwHighDateTime) << 32) + ft.dwLowDateTime; DateTime dte = DateTime.FromFileTime(hFT2);
URL: http://windows-tech.info/1/dc66674e398c3e66.php