'Declaration Public Enum RibbonDateFormat Inherits System.Enum
public enum RibbonDateFormat : System.Enum
'Declaration Public Enum RibbonDateFormat Inherits System.Enum
public enum RibbonDateFormat : 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.C1Ribbon.RibbonDateFormat