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