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

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