fromSecondOfDay

Creates a Time from the second of the day and optionally, the number of nanoseconds within that second.

Return

a new Time

Parameters

nanosecond

the nanosecond of the second, from 0 - 999,999,999

secondOfDay

the second of the day

fun fromSecondOfDay(secondOfDay: Int, nanosecond: Int): Time