2 references to MeanSpeedOfSun
mscorlib (2)
system\globalization\CalendricalCalculationsHelper.cs (2)
384double timeSunLastAtLongitude = time - (MeanSpeedOfSun * AsSeason(InitLongitude(Compute(time) - longitude))); 386return Math.Min(time, timeSunLastAtLongitude - (MeanSpeedOfSun * longitudeErrorDelta));