toggle menu
i18n4k-core
0.7.1
common
switch theme
search in API
i18n4k-core
/
de.comahe.i18n4k.messages.formatter.types
/
MessageNumberFormatters
/
TimespanFormatter
Timespan
Formatter
object
TimespanFormatter
:
MessageNumberFormatters.BaseNumberFormatter
Members
Properties
type
Id
Link copied to clipboard
open
override
val
typeId
:
String
ID of the type of the formatter
Functions
format
Link copied to clipboard
open
override
fun
format
(
result
:
StringBuilder
,
value
:
Any
?
,
style
:
StylePart
?
,
parameters
:
List
<
Any
>
,
locale
:
Locale
,
context
:
MessageFormatContext
)
Formats the given
value
and writes is to
result
.