Calendar for WinForms | ComponentOne
C1.Win.Calendar.DateEdit Namespace / DateTimeField Enumeration

In This Topic
    DateTimeField Enumeration
    In This Topic
    Represents date-time fields.
    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.
    DefaultUsed the default date-time field.
    EraThe date-time field that contains the Era part of the value.
    HourThe date-time field that contains the Hour part of the value.
    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.Calendar.DateEdit.DateTimeField

    See Also