klyn.Application.currentTimeMillis
method
public static native currentTimeMillis() as ULong
DescriptionReturns the current time in milliseconds since the Unix epoch.
now = Application.currentTimeMillis()
print(now)
ReturnsThe current time in milliseconds.