1 write to minSupportedDate
System.Web (1)
UI\WebControls\Calendar.cs (1)
1225
minSupportedDate
= threadCalendar.MinSupportedDateTime;
4 references to minSupportedDate
System.Web (4)
UI\WebControls\Calendar.cs (4)
908
return
minSupportedDate
;
1018
return IsTheSameYearMonth(
minSupportedDate
, date);
1714
DateTime secondSupportedMonth = threadCalendar.AddMonths(
minSupportedDate
, 1);
1716
prevMonthDate =
minSupportedDate
;