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