Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2005 Mar : How do I convert a TFileTime to another useful format?
| Subject: | How do I convert a TFileTime to another useful format? |
| Posted by: | "Warren Postma" (..@tekran.com) |
| Date: | Mon, 21 Mar 2005 10:25:26 |
I am calling the Win32 API function GetProcessTimes from a delphi 7
program, and I get the CPU time usage statistics as a TFileTime. How do
I convert this into a TDateTime, an integer (milliseconds or whatever?),
etc?
Nothing in the Delphi 7 help references the TFileTime data type.
Warren