GetTimeSecs
From UODemo Wiki
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.