ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / Min Property

In This Topic
    Min Property (InputDateBase)
    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
    [Json(2)]
    [JsonConverter(C1.Web.Mvc.Serialization.DateTimeConverter)]
    public DateTime Min {get; set;}
    See Also