How is ElapsedMilliseconds() determined?
Posted: Mon Dec 24, 2012 3:10 am
Is it based on time of your computer being turned on or some other value?
http://www.purebasic.com
https://www.purebasic.fr/english/
it's a value (that does wrap back around to 0) based on "since booted"; for more info, see the windows API GetTickCount()Nituvious wrote:Is it based on time of your computer being turned on or some other value?