Given an array of java TimeUnits Converts a long representing milli seconds to an array of number of each of the given TimeUnits which should be used to report it.
Given an array of java TimeUnits Converts a long representing milli seconds to an array of number of each of the given TimeUnits which should be used to report it. I.e. convertMilliesToOtherUnits(61,000, Array(TimeUnit.MINUTES< TImeUnit.SECONDS)) would return Array(1, 1)
Reports the start time of a timer, the end time, and the duration in hours, minutes, and seconds.