EAGLE Help
time()
Function
Gets the current system time.
Syntax
int time(void);
Returns
The
time
function returns the current system time as the number of seconds elapsed since a system dependent reference date.
See also
Time Conversions
,
filetime
Example
int CurrentTime = time();
Index
Copyright © 2005 CadSoft Computer GmbH