1 write to maxSupportedDate
System.Web (1)
UI\WebControls\Calendar.cs (1)
1226maxSupportedDate = threadCalendar.MaxSupportedDateTime;
6 references to maxSupportedDate
System.Web (6)
UI\WebControls\Calendar.cs (6)
1025return IsTheSameYearMonth(maxSupportedDate, date); 1382monthLength = threadCalendar.GetDayOfMonth(maxSupportedDate); 1511DateTime secondLastMonth = threadCalendar.AddMonths(maxSupportedDate, -1); 1535int daysFromLastDate = maxSupportedDate.Subtract(d).Days; 1651if (lastOrSecondLastMonth && d.Month == maxSupportedDate.Month && d.Day == maxSupportedDate.Day) {