OffsetTime toLocalTime() method in Java with examples
The toLocalTime() method of OffsetTime class in Java gets the LocalTime part of this date-time. Syntax : public LocalTime toLocalTime() Parameter: This method does not accepts any parameter. Return Value: It returns a LocalTime with the same hour, minute, second and nanosecond as this date-time. Bel