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