Object for keeping track of time.
Automatically start the clock.
If set, starts the clock automatically when the first update is called.
When the clock is running, It holds the time elapsed between the start of the clock to the previous update. This parameter is in seconds of three decimal places.
When the clock is running, It holds the previous time from a update. This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
This property keeps track whether the clock is running or not.
When the clock is running, It holds the starttime of the clock. This counted from the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC.
Get the seconds passed since the last call to this method.
number
Get the seconds passed since the clock started.
number
Starts clock.
Stops clock.