WoW:API GetTime: Difference between revisions

m
Move page script moved page API GetTime to WoW:API GetTime without leaving a redirect
m (→‎Details: Updated MSDN GetTickCount() link)
m (Move page script moved page API GetTime to WoW:API GetTime without leaving a redirect)
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
:Contrary to what some believe, this does not return your current session time, time since launching the game, or time since the last patch. It returns the '''time since your own computer booted up'''.
:Contrary to what some believe, this does not return your current session time, time since launching the game, or time since the last patch. It returns the '''time since your own computer booted up'''.


:In Windows, this is gotten through the Windows kernel function [http://msdn.microsoft.com/en-us/library/ms724408.aspx GetTickCount()], divided by 1000.
:In Windows, this is acquired through the Windows kernel function [http://msdn.microsoft.com/en-us/library/ms724408.aspx GetTickCount()], divided by 1000.
Anonymous user