Go to the first, previous, next, last section, table of contents.
#include <dos.h> void setdate(struct date *ptr);
This function sets the current time.
For the description of struct date
, see section getdate. Also see
section settime.
None.
not ANSI, not POSIX
struct date d; setdate(&d);
Go to the first, previous, next, last section, table of contents.