6 references to EffectiveMinDate
System.Windows.Forms (6)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
601ArgumentOutOfRangeException.ThrowIfLessThan(value, EffectiveMinDate(_minDateTime)); 648return EffectiveMinDate(_minDateTime); 1312SetRange(EffectiveMinDate(_minDateTime), EffectiveMaxDate(_maxDateTime));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
460ArgumentOutOfRangeException.ThrowIfLessThan(value, DateTimePicker.EffectiveMinDate(_minDate)); 508get => DateTimePicker.EffectiveMinDate(_minDate); 1700SetRange(DateTimePicker.EffectiveMinDate(_minDate), DateTimePicker.EffectiveMaxDate(_maxDate));