get Time Text
fun getTimeText(timeInSeconds: Int, bForceHours: Boolean = false, bCapitalizeResult: Boolean = false): Pair<String, String>
Formats the given time seconds as pair of (value, unit).
Return
Parameters
time In Seconds
Value to be formatted.
b Force Hours
Forces to format in hours even if timeInSeconds isn't big enough.
b Capitalize Result
Capitalize the whole result pair.