<init>(hour: Int, minute: Int, second: Int = 0, nanosecond: Int = 0)
Create a Time from its individual components.
minute - the minute of the hour
second - the second of the minute
nanosecond - the nanosecond of the second
DateTimeException - if the time is invalid
Constructor
Create a Time from its individual components.