Companion
Functions
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
Parses a string that represents a time value in ISO-8601 and returns the parsed LocalTime value.