addMinutes

fun addMinutes(julianDate: JulianDate, minutes: Int, result: JulianDate): JulianDate(source)

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

Return

The modified result parameter.

Parameters

julianDate

The date.

minutes

The number of minutes to add or subtract.

result

An existing instance to use for the result.

See also