ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / CustomTimeFormat Property

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