6 references to EffectiveMinDate
System.Windows.Forms (6)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (3)
599ArgumentOutOfRangeException.ThrowIfLessThan(value, EffectiveMinDate(_minDateTime)); 646return EffectiveMinDate(_minDateTime); 1310SetRange(EffectiveMinDate(_minDateTime), EffectiveMaxDate(_maxDateTime));
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (3)
455ArgumentOutOfRangeException.ThrowIfLessThan(value, DateTimePicker.EffectiveMinDate(_minDate)); 503get => DateTimePicker.EffectiveMinDate(_minDate); 1697SetRange(DateTimePicker.EffectiveMinDate(_minDate), DateTimePicker.EffectiveMaxDate(_maxDate));