ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / Format Property

In This Topic
    Format Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputTime<T>.Format. Sets the format used to display the selected time (see Globalize).
    Syntax
    'Declaration
     
    Public Property Format As String
    public string Format {get; set;}
    Remarks
    The format string is expressed as a .NET-style time format string.
    See Also