MultiSelect for WinForms
DateTimeField 列挙体

C1.Win.C1Input.4.5.2 アセンブリ > C1.Win.C1Input 名前空間 : DateTimeField 列挙体
Used by C1DateEdit.InitialField property and C1TextBox.GoToField method.
シンタックス
'宣言
 
Public Enum DateTimeField 
   Inherits System.Enum
public enum DateTimeField : System.Enum 
メンバ
メンバ解説
AMPMThe date-time field that contains the AMPM part of the value.
DayOfMonthThe date-time field that contains the DayOfMonth part of the value.
EraThe date-time field that contains the Era part of the value.
HourThe date-time field that contains the Hour part of the value.
ManualUsed the default date-time field.
MinuteThe date-time field that contains the Minute part of the value.
MonthThe date-time field that contains the Month part of the value.
SecondThe date-time field that contains the Second part of the value.
YearThe date-time field that contains the Year part of the value.
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.DateTimeField

参照

C1.Win.C1Input 名前空間