12 references to MaxCalendarYear
mscorlib (12)
system\globalization\Persiancalendar.cs (12)
126
if (year >= 1 && year <=
MaxCalendarYear
&& month >= 1 && month <= 12)
157
if (year < 1 || year >
MaxCalendarYear
) {
164
MaxCalendarYear
));
170
if (year ==
MaxCalendarYear
) {
374
if ((month==MaxCalendarMonth) && (year==
MaxCalendarYear
)) {
392
if (year==
MaxCalendarYear
) {
429
if (year==
MaxCalendarYear
) {
492
if (year ==
MaxCalendarYear
)
539
if (value < 99 || value >
MaxCalendarYear
)
547
MaxCalendarYear
));
566
if (year >
MaxCalendarYear
) {
573
MaxCalendarYear
));