5 references to MaxCalendarMonth
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (5)
109
if (month >
MaxCalendarMonth
)
114
SR.Format(SR.ArgumentOutOfRange_Range, 1,
MaxCalendarMonth
));
274
if ((month ==
MaxCalendarMonth
) && (year == MaxCalendarYear))
294
return DaysToMonth[
MaxCalendarMonth
- 1] + MaxCalendarDay;
318
return
MaxCalendarMonth
;