SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » System Libraries STDLIB » time()
Location: time.h
time.h
time()
IMPORT_C time_t time(time_t *_timer);
Intended Usage: Get current UTC time. Get the number of seconds elapsed since 00:00 hours, Jan 1, 1970 UTC from the system clock.
time_t *_timer
time_t
Location where to store the retrieved value. If this is NULL the value is not stored. But it is still returned by the function. time_t is generally defined by default to long.
Elapsed time in seconds, as described.
Copyright ©2008 Symbian Software Ltd.