library
Toggle table of contents
0.1.0
common
Target filter
common
Switch theme
Search in API
Skip to content
library
library
/
kotlinxdatetimefun.localtime.extensions
Package-level
declarations
Functions
Functions
is
At
End
Of
Day
Link copied to clipboard
fun
LocalTime
.
isAtEndOfDay
(
)
:
Boolean
is
At
Noon
Link copied to clipboard
fun
LocalTime
.
isAtNoon
(
)
:
Boolean
is
At
Start
Of
Day
Link copied to clipboard
fun
LocalTime
.
isAtStartOfDay
(
)
:
Boolean
is
In
Am
Link copied to clipboard
fun
LocalTime
.
isInAm
(
)
:
Boolean
is
In
Pm
Link copied to clipboard
fun
LocalTime
.
isInPm
(
)
:
Boolean
print
Link copied to clipboard
fun
LocalTime
.
print
(
format
:
String
)
:
String
to
Localtime
Link copied to clipboard
fun
String
.
toLocaltime
(
vararg
formats
:
String
?
)
:
LocalTime
?