fromSecondsSinceStartOfDay

Creates the Time at a number of seconds since the start of the day and optionally, a number of additional nanoseconds.

Return

a new Time

Parameters

nanosecondAdjustment

the number of additional nanoseconds, from 0 - 999,999,999

seconds

the number of seconds since the start of the day

fun fromSecondsSinceStartOfDay(seconds: IntSeconds, nanosecondAdjustment: IntNanoseconds): Time