Ribbon for WinForms
RibbonDateFormat 列挙体

C1.Win.Ribbon.4.5.2 アセンブリ > C1.Win.Ribbon 名前空間 : RibbonDateFormat 列挙体
Selects a standard format pattern for the RibbonDatePicker.
シンタックス
'宣言
 
Public Enum RibbonDateFormat 
   Inherits System.Enum
public enum RibbonDateFormat : System.Enum 
メンバ
メンバ解説
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.
継承階層

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

参照

C1.Win.Ribbon 名前空間