asTimeNumber

fun LocalTime.Companion.asTimeNumber(value: Int): String

Represents this numeric value as if it is a number on the clock Examples:

  • 0 -> "00"

  • 1 -> "01"

  • 15 -> "15"