7 references to MaxCalendarYear
mscorlib (7)
system\globalization\hijricalendar.cs (7)
364
if (year < 1 || year >
MaxCalendarYear
) {
371
MaxCalendarYear
));
377
if (year ==
MaxCalendarYear
) {
718
if (value < 99 || value >
MaxCalendarYear
)
726
MaxCalendarYear
));
745
if (year >
MaxCalendarYear
) {
752
MaxCalendarYear
));