GrapeCity MultiRow Windows Forms Documentation
MinDate Property


Gets or sets the minimum date and time that can be selected in the control.
Syntax
<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.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is not less than the MaxDate value or less than the System.Windows.Forms.DateTimePicker.MinimumDateTime value.
Requirements

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

See Also

Reference

DateTimePickerCell Class
DateTimePickerCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.