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
/
DateTimeSpanFormat
Date
Time
Span
Format
interface
DateTimeSpanFormat
:
Serializable
Inheritors
ISODateTimeSpanFormat
PatternDateTimeSpanFormat
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
format
Link copied to clipboard
abstract
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
abstract
fun
tryParse
(
str
:
String
,
doThrow
:
Boolean
)
:
DateTimeSpan
?