[]
Gets or sets the minimum limit of the date.
[TypeConverter(typeof(NullableDateTimeConverter))]
public DateTime? MinDate { get; set; }
<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 has to be less than the DropDownCalendar.MaxDate.
Type | Condition |
---|---|
ArgumentNullException | The value is null. |
ArgumentOutOfRangeException | The value is greater than DropDownCalendar.MaxDate. |