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

In This Topic
    TimeMin Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateTime.TimeMin. Sets the earliest time that the user can enter.
    Syntax
    'Declaration
     
    Public Property TimeMin As Date
    public DateTime TimeMin {get; set;}
    See Also