ComponentOne InputPanel for WinForms
InputDateFormat Enumeration

C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputDateFormat Enumeration
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.C1InputPanel.InputDateFormat

See Also

Reference

C1.Win.C1InputPanel Namespace