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