InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDatePicker Class / DateFormat Property

In This Topic
    DateFormat Property (InputDatePicker)
    In This Topic
    Gets the System.Globalization.DateTimeFormatInfo that is used for data formatting.
    Syntax
    'Declaration
     
    Public ReadOnly Property DateFormat As DateTimeFormatInfo
    public DateTimeFormatInfo DateFormat {get;}
    See Also