Package java.lang
Class System

Public Method currentTimeMillis

static int currentTimeMillis()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns time in milliseconds since the start of the Java Application.

Note that in debug mode this time will not increase when the program is halted on a breakpoint. Use IO.getTime()
to get the value of the Real Time Clock.