interface TimeConverter<T>
(JVM)
convert |
abstract fun convert(instant: T): Long |
(JVM)
precision |
abstract fun precision(): TimeUnit |
(JVM)
reverse |
abstract fun reverse(value: String): T |
(JVM)
supportedType |
abstract fun supportedType(): KType |