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

In This Topic
    TimeMax Property (InputDateTime)
    In This Topic
    Gets or sets the latest time that the user can enter.
    Syntax
    'Declaration
     
    Public Property TimeMax As Date
    public DateTime TimeMax {get; set;}
    See Also