addHours
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.