toCounterHHMMSS24

fun toCounterHHMMSS24(decimal: Double, round: Int = 2): String

format 24 h HH h MM m SS,ss s rounded to 2 (by default) and can custom digits after the decimal point function to change decimal data to HH h MM m SS,ss s format, rounding to 2 digits behind the comma, seconds rounded to minutes, minutes to hours

Return

String

Parameters

decimal