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

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