C Language and Libraries Help (clang.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.
_bios_timeofday
 Summary Example                         Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
     The _bios_timeofday routine uses INT 0x1A to get or set the clock
     count. The <service> argument can be either the _TIME_GETCLOCK or
     _TIME_SETCLOCK manifest constant.
 
     Return Value
 
     If the argument is _TIME_GETCLOCK, the routine returns a nonzero
     value if midnight was passed since last read, or zero if midnight
     was not passed. If the argument is _TIME_SETCLOCK, the return
     value is undefined.
                                    -♦-