forlang.hlp (Table of Contents; Topic list)
Time and Date Procedures
                                             Up Contents Index Back
─────Time and Date Procedures───────────────────────────────────────────────
 
     SETTIM and SETDAT set the system time and date; GETTIM and GETDAT
     return the time and date.
 
     The arguments are defined as follows:
 
     Argument           Definition
 
     ihr                Hour (0-23)
 
     imin               Minute (0-59)
 
     isec               Second (0-59)
 
     i100th             Hundredth of a second (0-99)
 
     iyr                Year (xxxx AD)
 
     imon               Month (1-12)
 
     iday               Day of the month (1-31)
 
     Actual arguments used in calling GETTIM and GETDAT must be
     INTEGER*2.
 
     SETTIM and SETDAT return .TRUE. if the system time or date is
     changed, or .FALSE. if no change is made.
                                    -♦-