PatternTimeFormat

data class PatternTimeFormat(val format: String, val options: PatternTimeFormat.Options = Options.DEFAULT) : TimeFormat, Serializable

Constructors

Link copied to clipboard
constructor(format: String, options: PatternTimeFormat.Options = Options.DEFAULT)

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Options(val optionalSupport: Boolean = false) : Serializable

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun format(dd: TimeSpan): String
Link copied to clipboard
Link copied to clipboard
fun TimeFormat.parse(str: String, doAdjust: Boolean = true): TimeSpan
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): TimeSpan?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard