toGregorianDate
fun toGregorianDate(julianDate: JulianDate, result: GregorianDate? = definedExternally): GregorianDate(source)
Creates a GregorianDate from the provided instance.
Return
The modified result parameter or a new instance if none was provided.
Parameters
julianDate
The date to be converted.
result
An existing instance to use for the result.