addSeconds

fun addSeconds(julianDate: JulianDate, seconds: Int, result: JulianDate): JulianDate(source)

Adds the provided number of seconds to the provided date instance.

Return

The modified result parameter.

Parameters

julianDate

The date.

seconds

The number of seconds to add or subtract.

result

An existing instance to use for the result.

See also