C1.Web.Mvc Namespace / InputDate Class / Min Property

In This Topic
Min Property (InputDate)
In This Topic
Gets or sets the earliest date that the user can enter.
Syntax
'Declaration
 
<JsonAttribute(2)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
Public Property Min As Date
 
See Also