getUTCNoon

abstract fun getUTCNoon(date: LocalDate, geoLocation: GeoLocation): Double

Return solar noon (UTC) for the given day at the given location on earth. The the com.kosherjava.zmanim.util.NOAACalculator implementation calculates true solar noon, while the com.kosherjava.zmanim.util.SunTimesCalculator approximates it, calculating the time as halfway between sunrise and sunset.

Return

the time in minutes from zero UTC

Parameters

date

Used to calculate day of year.

geoLocation

The location information used for astronomical calculating sun times.