displayTime

fun displayTime(seconds: Long): String

Displays the specified number of seconds in the format h:mm:ss, which is commonly used in timers and stopwatches.

Return

Number of seconds in the format h:mm:ss.

Parameters

seconds

Number of seconds.