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