GetTimeSecs

From UODemo Wiki
Revision as of 20:27, 13 March 2010 by Batlin (talk | contribs) (Created page with 'integer '''getTimeSecs'''(void); This function will the current system time (server time) in milliseconds. This is implemented by using the ''timeGetTime'' Windows Multimedia fu…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

integer getTimeSecs(void);

This function will the current system time (server time) in milliseconds. This is implemented by using the timeGetTime Windows Multimedia function, therefor the system 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.