[]
Gets or sets the minimum limit of the date.
[Browsable(true)]
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? MinDate { get; set; }
<Browsable(True)>
<TypeConverter(GetType(NullableDateTimeConverter))>
Public Property MinDate As Date?
| Type | Description |
|---|---|
| DateTime? | A DateTime value that indicates the minimum date of the calendar. |
This property retrieves a minimum date value and must be less than the MaxDate.
| Type | Condition |
|---|---|
| ArgumentNullException | The value is null. |
| ArgumentOutOfRangeException | The value is greater than MaxDate. |