-
Funkce
-
Gets the current system time.
-
Zápis
-
int time(void);
-
Returns
-
The time function returns the current system time as the number
of seconds elapsed since a system dependent reference date.
Viz také Time Conversions,
filetime
Příklad
int CurrentTime = time();