| C1.Win.C1InputPanel.4 Assembly > C1.Win.C1InputPanel Namespace : InputDateFormat Enumeration |
'Declaration Public Enum InputDateFormat Inherits System.Enum
public enum InputDateFormat : System.Enum
| Member | Description |
|---|---|
| Custom | The date is converted to a string using the custom format pattern. |
| LongDate | The date is converted to a string using the format pattern for a long date value. |
| MonthDay | The date is converted to a string using the format pattern for a month and day value. |
| ShortDate | The date is converted to a string using the format pattern for a short date value. |
| YearMonth | The date is converted to a string using the format pattern for a year and month value. |
System.Object
System.ValueType
System.Enum
C1.Win.C1InputPanel.InputDateFormat