(*
 Note: This is freeware you may do what you like with it, but not to sell it for
 for a profit. If you have any questions please email me at Hiq2q@aol.com
 Creator: F. Joe Darley

Description:
 This AccuTimer gets the days, Hours, Minutes, seconds and Milliseconds of any
 given time. Including the duration of your windows operating system. This
 Component is Delphi 3.X and Delphi 4.X compatable



Method:
    Procedure StartAccuTime; Starts the Timer
    Procedure StopAccuTime; Stops the Timer
    procedure GetWindowsDuration; Gets how long your windows have been running
    Function  GetActualMilliSeconds:integer; Gets Windows the milliseconds
    Function  GetActualSeconds:integer; Gets Windows the seconds
    Function  GetActualHours:integer; Gets Windows the hours
    Function  GetActualDays:integer; Gets Windows the days
    function  GetActualMinutes:Integer; Gest Windows the minutes

*)