[]
Gets or sets the minimum allowable date. The default value is DateTime.MinValue (01/01/0001).
public DateTime MinDate { get; set; }
Public Property MinDate As Date
| Type | Condition |
|---|---|
| ArgumentException | The value is greater than the MaxDate. |