PatternTimeFormat

Constructors

Link copied to clipboard
constructor(format: PatternDateComponentsFormat)
constructor(format: String, locale: KlockLocale? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun format(dd: Duration): String
Link copied to clipboard
Link copied to clipboard
fun TimeFormat.parse(str: String, doAdjust: Boolean = true): Duration
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
open override fun tryParse(str: String, doThrow: Boolean, doAdjust: Boolean = true): Duration?
Link copied to clipboard