PatternDateTimeSpanFormat

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: DateTimeSpan): String
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): DateTimeSpan?
Link copied to clipboard