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