4 references to InitLongitude
mscorlib (4)
system\globalization\CalendricalCalculationsHelper.cs (4)
291return Midday(date, InitLongitude(52.5)); // 52.5 degrees east - longitude of UTC+3:30 which defines Iranian Standard Time 374return InitLongitude(longitude); 384double timeSunLastAtLongitude = time - (MeanSpeedOfSun * AsSeason(InitLongitude(Compute(time) - longitude))); 385double longitudeErrorDelta = InitLongitude(Compute(timeSunLastAtLongitude) - longitude);