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

In This Topic
    TimeFormat Property (InputDateTime)
    In This Topic
    Gets or sets the format used to display times in the drop-down list.
    Syntax
    'Declaration
     
    Public Property TimeFormat As String
    public string TimeFormat {get; set;}
    Remarks
    This property does not affect the value shown in the control's input element.
    See Also