newTimer

abstract fun newTimer(initial: Instant): MonotonicTimer

This creates a new MonotonicTimer with the given starting time. It will count down from this time until it reaches zero.