LocalTime is an immutable calendrical that represents a time, often viewed as hour-minute-second.
This class stores all time fields, to a precision of nanoseconds. It does not store or represent a date or time zone. Thus, for example, the value "13:45.30.123456789" can be stored in a LocalTime.
LocalTime is immutable and thread-safe. @author Michael Nascimento Santos @author Stephen Colebourne
|
|