ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / TimeFormat Property

In This Topic
    TimeFormat Property
    In This Topic
    Gets or sets the format string to use when converting the selected time to a string.
    Syntax
    'Declaration
     
    Public Property TimeFormat As System.String
    public System.string TimeFormat {get; set;}
    See Also