Constructor

	Timer(void)
	Generates an instance of Timer.


Methods

	Timer.start(void): Integer
	Starts the chronometer and returns the number of miliseconds since 1970-01-01.

	Timer.stop(void): Integer
	Stops the chronometer cronometragem  and returns the amount of mileseconds that passed since "start" was called.
