qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Int 21H Function 2DH
   Summary  Notes  Example  Back
──────────────────────────────────────────────────────────────────────────────
 
  Description:  Set Time
 
  Initializes the system real-time clock to a specified hour, minute,
  second, and hundredth of second. The system date is not affected.
 
  Input                                Output
  ═════════════════════════            ═══════════════════════════════════
  AH=2DH                               AL=00H  if time set successfully
  CH=hours (0 through 23)                 FFH  if time not valid (ignored)
  CL=minutes (0 through 59)
  DH=seconds (0 through 59)
  DL=hundredths of seconds
      (0 through 99)
                                    -♦-