of

public static LocalTime of(int hours, int minutes, int seconds, int nanos)

Obtains local time from an hours, minutes, seconds, milliseconds, and nanoseconds.


public static LocalTime of(LocalTime value)

Obtains local time from time passed java.time value.


public static LocalTime of(int hours, int minutes, int seconds)

Obtains local time from hours, minutes, and seconds.


public static LocalTime of(int hours, int minutes)

Obtains local time from hours and minutes.