| elapsed() | | Get the amount of time elapsed since this time:Timer was started, as a time:Time object. | | Returns: The time:Time elapsed since this time:Timer started. |
|
| start() | | Restart this time:Timer by resetting the start time. |
|
| stop() | | Set the stop time of this time:Timer. | | Returns: The time:Time elapsed since this time:Timer started. |
|
| time() | | Returns: The time:Time elapsed between this time:Timer was started and stopped. |
|