4 references to IsTheSameYearMonth
System.Web (4)
UI\WebControls\Calendar.cs (4)
1018return IsTheSameYearMonth(minSupportedDate, date); 1025return IsTheSameYearMonth(maxSupportedDate, date); 1513IsTheSameYearMonth(secondLastMonth, visibleDate)); 1715if (IsTheSameYearMonth(secondSupportedMonth, visibleDate)) {