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

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