InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputDateFormat Enumeration

In This Topic
    InputDateFormat Enumeration
    In This Topic
    Selects a standard format pattern for the InputDatePicker.
    Syntax
    'Declaration
     
    Public Enum InputDateFormat 
       Inherits System.Enum
    public enum InputDateFormat : 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.InputPanel.InputDateFormat

    See Also