qa.hlp (Table of Contents; Topic list)
Int 21H Function 2CH
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Get Time
 
  Obtains the time of day from the system real-time clock driver, con-
  verted to hours, minutes, seconds, and hundredths of seconds.
 
  Input             Output
  ══════            ═══════════════════════════════════════
  AH=2CH            CH=hours (0 through 23)
                    CL=minutes (0 through 59)
                    DH=seconds (0 through 59)
                    DL=hundredths of seconds (0 through 99)
                                    -♦-