Octavius Framework
Toggle table of contents
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Octavius Framework
ui-core
/
org.octavius.util
/
DateTimeAdapter
Date
Time
Adapter
desktop
interface
DateTimeAdapter
<
T
:
Any
>
Inheritors
DateAdapter
LocalTimeAdapter
LocalDateTimeAdapter
InstantAdapter
OffsetTimeAdapter
Members
Properties
required
Components
Link copied to clipboard
desktop
abstract
val
requiredComponents
:
Set
<
DateTimeComponent
>
Functions
build
From
Components
Link copied to clipboard
desktop
abstract
fun
buildFromComponents
(
date
:
LocalDate
?
,
time
:
LocalTime
?
,
offset
:
UtcOffset
?
)
:
T
?
deserialize
Link copied to clipboard
desktop
abstract
fun
deserialize
(
value
:
String
)
:
T
?
format
Link copied to clipboard
desktop
abstract
fun
format
(
value
:
T
?
)
:
String
get
Components
Link copied to clipboard
desktop
abstract
fun
getComponents
(
value
:
T
?
)
:
DateTimePickerState
serialize
Link copied to clipboard
desktop
abstract
fun
serialize
(
value
:
T
)
:
String