18 references to FormatDate
System.Windows.Forms (18)
winforms\Managed\System\WinForms\MonthCalendar.cs (18)
585
throw new ArgumentOutOfRangeException("MaxDate", SR.GetString(SR.InvalidLowBoundArgumentEx, "MaxDate",
FormatDate
(value), "MinDate"));
640
throw new ArgumentOutOfRangeException("MinDate", SR.GetString(SR.InvalidHighBoundArgument, "MinDate",
FormatDate
(value), "MaxDate"));
646
throw new ArgumentOutOfRangeException("MinDate", SR.GetString(SR.InvalidLowBoundArgumentEx, "MinDate",
FormatDate
(value),
FormatDate
(DateTimePicker.MinimumDateTime)));
815
throw new ArgumentOutOfRangeException("SelectionEnd", SR.GetString(SR.InvalidLowBoundArgumentEx, "SelectionEnd",
FormatDate
(value), "MinDate"));
818
throw new ArgumentOutOfRangeException("SelectionEnd", SR.GetString(SR.InvalidHighBoundArgumentEx, "SelectionEnd",
FormatDate
(value), "MaxDate"));
859
throw new ArgumentOutOfRangeException("SelectionStart", SR.GetString(SR.InvalidLowBoundArgumentEx, "SelectionStart",
FormatDate
(value), "MinDate"));
862
throw new ArgumentOutOfRangeException("SelectionStart", SR.GetString(SR.InvalidHighBoundArgumentEx, "SelectionStart",
FormatDate
(value), "MaxDate"));
1070
throw new ArgumentOutOfRangeException("TodayDate", SR.GetString(SR.InvalidHighBoundArgumentEx, "TodayDate",
FormatDate
(value),
FormatDate
(maxDate)));
1075
throw new ArgumentOutOfRangeException("TodayDate", SR.GetString(SR.InvalidLowBoundArgument, "TodayDate",
FormatDate
(value),
FormatDate
(minDate)));
2073
throw new ArgumentOutOfRangeException("date", SR.GetString(SR.InvalidLowBoundArgumentEx, "date",
FormatDate
(date), "MinDate"));
2076
throw new ArgumentOutOfRangeException("date", SR.GetString(SR.InvalidHighBoundArgumentEx, "date",
FormatDate
(date), "MaxDate"));
2092
throw new ArgumentOutOfRangeException("date1", SR.GetString(SR.InvalidLowBoundArgumentEx, "SelectionStart",
FormatDate
(date1), "MinDate"));
2095
throw new ArgumentOutOfRangeException("date1", SR.GetString(SR.InvalidHighBoundArgumentEx, "SelectionEnd",
FormatDate
(date1), "MaxDate"));
2098
throw new ArgumentOutOfRangeException("date2", SR.GetString(SR.InvalidLowBoundArgumentEx, "SelectionStart",
FormatDate
(date2), "MinDate"));
2101
throw new ArgumentOutOfRangeException("date2", SR.GetString(SR.InvalidHighBoundArgumentEx, "SelectionEnd",
FormatDate
(date2), "MaxDate"));