SystemTime
SystemTime

Returns the time (in milliseconds) since the computer was turned on.

time = myTime.SystemTime( )

Return value
The time in milliseconds.

Comments

When comparing the current time, it is recomended to use SystemTimeIs(n) instead of SystemTime() == n, as SystemTimeIs includes checks which ensure that the time is never missed due to refresh rate. SystemTime() == n will rarely return true, as the system clock used usually increments in 15 - 17 millisecond intervals.

See also
Time:SystemTimeIs
Time:SystemTimeOver
Time:SystemTimeUnder
Time:SystemTimeBetween



JAM © 2005 no one in partiular
Project started by David Evans in 2005