ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / CustomTimeFormat Property

In This Topic
    CustomTimeFormat Property (C1DateTimePicker)
    In This Topic
    Gets or sets the custom time format string.
    Syntax
    'Declaration
     
    
    Public Property CustomTimeFormat As String
    public string CustomTimeFormat {get; set;}
    Remarks
    The default is null.
    See Also