Get the number of milliseconds since the app was started. Calling this command will internally make a system call to get the amount of time passed, therefore it's advisable to not call it too often per frame. A better approach might be to store the time value and reuse it throughout the current frame.
integer GetMilliseconds()