ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateTimeField Enumeration

In This Topic
    DateTimeField Enumeration
    In This Topic
    Used by C1DateEdit.InitialField property and C1TextBox.GoToField method.
    Syntax
    'Declaration
     
    Public Enum DateTimeField 
       Inherits System.Enum
    public enum DateTimeField : System.Enum 
    Members
    MemberDescription
    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.
    Inheritance Hierarchy

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

    See Also