toggle menu
Wasi-emscripten-host
common
switch theme
search in API
host
/
at.released.weh.host
/
LocalTimeFormatter
Local
Time
Formatter
fun
interface
LocalTimeFormatter
(
source
)
Members
Types
Is
Dst
Flag
Link copied to clipboard
enum
IsDstFlag
:
Enum
<
LocalTimeFormatter.IsDstFlag
>
Struct
Tm
Link copied to clipboard
class
StructTm
(
val
tm_sec
:
Int
,
val
tm_min
:
Int
,
val
tm_hour
:
Int
,
val
tm_mday
:
Int
,
val
tm_mon
:
Int
,
val
tm_year
:
Int
,
val
tm_wday
:
Int
,
val
tm_yday
:
Int
,
val
tm_isdst
:
Int
,
val
tm_gmtoff
:
Long
,
val
tm_zone
:
String
?
=
null
)
Struct tm from
Functions
format
Link copied to clipboard
abstract
fun
format
(
epochSeconds
:
Long
)
:
LocalTimeFormatter.StructTm