DateTimePicker::MinimumDateTime Property

 

Gets the minimum date value allowed for the DateTimePicker control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property DateTime MinimumDateTime {
	static DateTime get();
}

Property Value

Type: System::DateTime

A DateTime representing the minimum date value for the MaximumDateTime control.

The minimum date is set to January 1, 1753.

.NET Framework
Available since 2.0
Return to top
Show: