ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / Format Property

In This Topic
    Format Property (C1TimeEditor)
    In This Topic
    Gets or sets the TimeSpan format the C1TimeEditor control displays.
    Syntax
    'Declaration
     
    
    Public Property Format As C1TimeEditorFormat
    public C1TimeEditorFormat Format {get; set;}
    See Also