ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / Min Property

In This Topic
    Min Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputTime<T>.Min. Sets the earliest time that the user can enter.
    Syntax
    'Declaration
     
    Public Property Min As Date
    public DateTime Min {get; set;}
    See Also