5 references to DaysToMonth
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (5)
128while (ordinalDay > DaysToMonth[index]) 141return DaysToMonth[month]; 279int daysInMonth = DaysToMonth[month] - DaysToMonth[month - 1]; 294return DaysToMonth[MaxCalendarMonth - 1] + MaxCalendarDay;