qc.hlp (Table of Contents; Topic list)
_dos_setdate
 Summary Example                         Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     The _dos_setdate routine uses system call 0x2B to set the current
     system date. The date is stored in the dosdate_t structure
     (defined in DOS.H) pointed to by <date>.
 
     Return Value
 
     If successful, the function returns 0. Otherwise, it returns a
     nonzero value and sets errno to EINVAL, indicating that an invalid
     date was specified.
                                    -♦-