| [Overview][Constants][Types][Procedures and functions][Variables][Index] | 
Set system time
Source position: dosh.inc line 93
procedure SetTime(  | 
hour: Word;  | 
minute: Word;  | 
second: Word;  | 
sec100: Word  | 
);  | 
SetTime sets the system's internal clock. The Hour parameter is on a 24-hour time scale.
| Remark: | On a Linux machine, there must be root privileges, otherwise this routine will do nothing. On other Unix systems, this call currently does nothing. | 
None.
  | 
Return the current time  | 
|
  | 
Set system date  |