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

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