Results 1 to 2 of 2

Thread: Dword Time => Readable Time

  1. #1
    Guest
    How can I turn the time I get from FILETIME (used by GetFileInformationByHandle, which is an eight digit long number) to a time which says something like "16:00 Wednesday 17th of May 2000"?

    And how could I convert it back?

    Any help would be appreciated.
    Thanks

  2. #2
    Guest
    Hi!

    You could try to use the FileTimeToSystemTime() API-call to convert a FILETIME - to a SYSTEMTIME - struct

    ___________________

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width