Companion
Functions
Link copied to clipboard
Link copied to clipboard
Constructs a LocalTime that represents the specified number of milliseconds since the start of a calendar day. The sub-millisecond parts of the LocalTime
will be zero.
Link copied to clipboard
Constructs a LocalTime that represents the specified number of nanoseconds since the start of a calendar day.
Link copied to clipboard
Constructs a LocalTime that represents the specified number of seconds since the start of a calendar day. The fractional parts of the second will be zero.
Link copied to clipboard
expect fun parse(input: CharSequence, format: DateTimeFormat<LocalTime> = getIsoTimeFormat()): LocalTime
A shortcut for calling DateTimeFormat.parse.