Difference between revisions of "Gettime"
From OpenEUO
(Created page with " local nHour, nMinute, nSecond, nMillisec = gettime () Returns the current time as four values: hours, minutes, seconds, milliseconds. [http://msdn.microsoft.com/en-us/librar...") |
|||
Line 2: | Line 2: | ||
Returns the current time as four values: hours, minutes, seconds, milliseconds. | Returns the current time as four values: hours, minutes, seconds, milliseconds. | ||
+ | |||
+ | [[Getdate]] | ||
[http://msdn.microsoft.com/en-us/library/ms724390%28v=VS.85%29.aspx Windows API - GetSystemTime function] | [http://msdn.microsoft.com/en-us/library/ms724390%28v=VS.85%29.aspx Windows API - GetSystemTime function] |
Latest revision as of 10:05, 9 October 2010
local nHour, nMinute, nSecond, nMillisec = gettime ()
Returns the current time as four values: hours, minutes, seconds, milliseconds.