korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-time
/
korlibs.time
/
ISOTimeFormat
ISOTime
Format
data
class
ISOTimeFormat
(
val
format
:
ISODateComponentsFormatEx
)
:
TimeFormat
Members
Members & Extensions
Constructors
ISOTime
Format
Link copied to clipboard
constructor
(
format
:
ISODateComponentsFormatEx
)
constructor
(
format
:
String
)
Properties
basic
Link copied to clipboard
val
basic
:
TimeFormat
extended
Link copied to clipboard
val
extended
:
TimeFormat
format
Link copied to clipboard
val
format
:
ISODateComponentsFormatEx
Functions
format
Link copied to clipboard
open
override
fun
format
(
dd
:
Duration
)
:
String
format
Link copied to clipboard
fun
TimeFormat
.
format
(
time
:
Time
)
:
String
fun
TimeFormat
.
format
(
time
:
Double
)
:
String
fun
TimeFormat
.
format
(
time
:
Long
)
:
String
parse
Link copied to clipboard
fun
TimeFormat
.
parse
(
str
:
String
,
doAdjust
:
Boolean
=
true
)
:
Duration
parse
Time
Link copied to clipboard
fun
TimeFormat
.
parseTime
(
str
:
String
)
:
Time
try
Parse
Link copied to clipboard
open
override
fun
tryParse
(
str
:
String
,
doThrow
:
Boolean
,
doAdjust
:
Boolean
=
true
)
:
Duration
?