Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonDateFormat Enumeration

In This Topic
    RibbonDateFormat Enumeration
    In This Topic
    Selects a standard format pattern for the RibbonDatePicker.
    Syntax
    'Declaration
     
    
    Public Enum RibbonDateFormat 
       Inherits System.Enum
    public enum RibbonDateFormat : System.Enum 
    Members
    MemberDescription
    CustomThe date is converted to a string using the custom format pattern.
    LongDateThe date is converted to a string using the format pattern for a long date value.
    MonthDayThe date is converted to a string using the format pattern for a month and day value.
    ShortDateThe date is converted to a string using the format pattern for a short date value.
    YearMonthThe date is converted to a string using the format pattern for a year and month value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Ribbon.RibbonDateFormat

    See Also