GetTimeSecs

From UODemo Wiki
Revision as of 20:49, 14 March 2010 by Batlin (talk | contribs)

Jump to: navigation, search

integer getTimeSecs(void);

This function will return the current system time (server time) in milliseconds. This is implemented by using the timeGetTime Windows Multimedia function, therefor the return time is the time elapsed since Windows was started. Please refer to your Windows (MSDN) documentation for more details and remarks.


Return to the Command List.