2 references to PersianEpoch
mscorlib (2)
system\globalization\Persiancalendar.cs (2)
130
long yearStart = CalendricalCalculationsHelper.PersianNewYearOnOrBefore(
PersianEpoch
+ approximateDaysFromEpochForYearStart + ApproximateHalfYear);
228
int y = (int)(Math.Floor(((yearStart -
PersianEpoch
) / CalendricalCalculationsHelper.MeanTropicalYearInDays) + 0.5)) + 1;