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