Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- DOS 5.0 Ref. - <b>function 2dh set time</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function 2Dh            Set Time

    Sets the current DOS system time (the time maintained by the clock
    device).

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

        Return  AL = 00h   If time set successfully
                AL = FFh   If time not set successfully

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

    If the hardware does not resolve hundredths of seconds, the value
    in DL is ignored.

See Also: 2ah 2bh 2ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson