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
/
ISODateTimeSpanFormat
ISODate
Time
Span
Format
data
class
ISODateTimeSpanFormat
(
val
format
:
ISODateComponentsFormatEx
)
:
DateTimeSpanFormat
Members
Members & Extensions
Constructors
ISODate
Time
Span
Format
Link copied to clipboard
constructor
(
format
:
ISODateComponentsFormatEx
)
constructor
(
format
:
String
)
Properties
format
Link copied to clipboard
val
format
:
ISODateComponentsFormatEx
Functions
format
Link copied to clipboard
open
override
fun
format
(
dd
:
DateTimeSpan
)
:
String
format
Link copied to clipboard
fun
DateTimeSpanFormat
.
format
(
dd
:
MonthSpan
)
:
String
fun
DateTimeSpanFormat
.
format
(
dd
:
Duration
)
:
String
parse
Link copied to clipboard
fun
DateTimeSpanFormat
.
parse
(
str
:
String
)
:
DateTimeSpan
try
Parse
Link copied to clipboard
open
override
fun
tryParse
(
str
:
String
,
doThrow
:
Boolean
)
:
DateTimeSpan
?