PatternDateComponentsFormat
data class PatternDateComponentsFormat(val format: String, val locale: KlockLocale? = null, val tzNames: TimezoneNames = TimezoneNames.DEFAULT) : DateComponentsFormat
Constructors
Link copied to clipboard
constructor(format: String, locale: KlockLocale? = null, tzNames: TimezoneNames = TimezoneNames.DEFAULT)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun tryParse(str: String, mode: DateComponents.Mode? = null, doThrow: Boolean = false): DateComponents?