3 references to MeanTropicalYearInDays
mscorlib (3)
system\globalization\CalendricalCalculationsHelper.cs (1)
18
const double MeanSpeedOfSun =
MeanTropicalYearInDays
/ FullCircleOfArc;
system\globalization\Persiancalendar.cs (2)
129
int approximateDaysFromEpochForYearStart = (int)(CalendricalCalculationsHelper.
MeanTropicalYearInDays
* (year - 1));
228
int y = (int)(Math.Floor(((yearStart - PersianEpoch) / CalendricalCalculationsHelper.
MeanTropicalYearInDays
) + 0.5)) + 1;