Returns time in "YY:DD:hh:ss:mm.mills" format, optionally truncating some units.
Lowest unit of time to show. Units lower than minUnit
will not be shown. 'ms' or '' means
include every unit.
Largest unit of time to show. All units of time larger than this are added to the maxUnit. E.g. '01:01:01.000'.toString('', 'm') returns '61:01.000'
Formatted string representing the time. If maxUnit is greater than minUnit, returns ''
Generated using TypeDoc
use Time.minutes instead