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

In This Topic
    TimeMin Property
    In This Topic
    Gets or sets the earliest time that the user can enter.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.TimeConverter)>
    Public Property TimeMin As Date
    [JsonConverter(C1.Web.Mvc.Serialization.TimeConverter)]
    public DateTime TimeMin {get; set;}
    See Also