FlexChart | ComponentOne
C1.Win.Ribbon.8 Assembly / C1.Win.Ribbon Namespace / RibbonDatePicker Class / DateFormat Property

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