Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / Format Property

In This Topic
    Format Property (C1TimeEditor)
    In This Topic
    Gets or sets the format used to display the selected time. The format string is expressed as a .NET-style time format string.
    Syntax
    'Declaration
     
    
    Public Property Format As String
    public string Format {get; set;}
    See Also