Table of Contents

Property MinDate

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

MinDate

Gets or sets the minimum date and time that can be selected in the control.

public virtual DateTime MinDate { get; set; }

Property Value

DateTime

The minimum date and time that can be selected in the control. The default is MinDateTime.

Exceptions

ArgumentException

The value assigned is not less than the MaxDate value.

SystemException

The value assigned is less than the MinDateTime value.