settime()                Set System Time
 
 #include   <dos.h>
 
 void         settime(timep);
 struct time  *timep;                    Pointer to structure
 
    settime() sets the system time to the values in the 'time' structure
    pointed to by 'timep'.  The time structure is defined as follows:
 
          struct time  {
               unsigned char ti_min;         /* Minutes */
               unsigned char ti_hour;        /* Hours */
               unsigned char ti_hund;        /* Hundredths of seconds */
               unsigned char ti_sec;         /* Seconds */
          };
 
    Returns:    There is no return value.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster