Gets or sets the minimum date and time that can be selected in the control.
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the minimum date that can be selected.")>
Public Property MinDate As Date
Dim instance As DateTimePickerCell
Dim value As Date
instance.MinDate = value
value = instance.MinDate
[SRCategory("Behavior")]
[SRDescription("Indicates the minimum date that can be selected.")]
public DateTime MinDate {get; set;}
Property Value
A
System.DateTime value that represents the minimum date and time that can be selected in the control. The default is
1/1/1753 00:00:00.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2