Time

Creates a Time from its individual components.

Parameters

hour

the hour of day

minute

the minute of the hour

nanosecond

the nanosecond of the second

second

the second of the minute

fun Time(hour: Int, minute: Int, second: Int, nanosecond: Int)