12 references to MaxCalendarYear
System.Private.CoreLib (12)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (12)
60
if (year < 1 || year >
MaxCalendarYear
|| month < 1 || month > 12)
95
if (year < 1 || year >
MaxCalendarYear
)
100
SR.Format(SR.ArgumentOutOfRange_Range, 1,
MaxCalendarYear
));
107
if (year ==
MaxCalendarYear
)
274
if ((month == MaxCalendarMonth) && (year ==
MaxCalendarYear
))
292
if (year ==
MaxCalendarYear
)
316
if (year ==
MaxCalendarYear
)
360
if (year ==
MaxCalendarYear
)
406
if (value < 99 || value >
MaxCalendarYear
)
411
SR.Format(SR.ArgumentOutOfRange_Range, 99,
MaxCalendarYear
));
426
if (year >
MaxCalendarYear
)
431
SR.Format(SR.ArgumentOutOfRange_Range, 1,
MaxCalendarYear
));