reset method

Time reset()

Resets this time object.

Implementation

Time reset() {
	_currentTime = _now();
	return this;
}