5 references to DaysToMonth
mscorlib (5)
system\globalization\Persiancalendar.cs (5)
191
while (ordinalDay >
DaysToMonth
[index])
201
return
DaysToMonth
[month];
378
int daysInMonth =
DaysToMonth
[month] -
DaysToMonth
[month - 1];
393
return
DaysToMonth
[MaxCalendarMonth-1] + MaxCalendarDay;