addHours

fun addHours(julianDate: JulianDate, hours: Int, result: JulianDate): JulianDate(source)

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

Return

The modified result parameter.

Parameters

julianDate

The date.

hours

The number of hours to add or subtract.

result

An existing instance to use for the result.

See also