[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 2Dh (45)        Set System Time

    Sets the current system time.

       On entry:      AH         2Dh
                      CH         Hour (0-23)
                      CL         Minutes (0-59)
                      DH         Seconds (0-59)
                      DL         Hundredths of a second (0-99)

       Returns:       AL         FFh       If time not set successfully
                                 00h       If time set successfully

  --------------------------------------------------------------------------

       Notes:         The register format of this function is the same as
                      that returned by Function 2Ch (Get System Time).

See Also: 2Ah 2Bh 2Ch
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson