DataEngine for .NET Standard | ComponentOne
C1.DataEngine Assembly / C1.DataEngine Namespace / DateTimeParts Enumeration

In This Topic
    DateTimeParts Enumeration
    In This Topic
    Used in DbParts operation to indicate the part to extract from a DateTime value.
    Syntax
    'Declaration
     
    Public Enum DateTimeParts 
       Inherits System.Enum
    public enum DateTimeParts : System.Enum 
    Members
    MemberDescription
    Day 
    DayOfWeek 
    DayOfYear 
    Hour 
    Millisecond 
    Minute 
    Month 
    Second 
    Year 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.DataEngine.DateTimeParts

    See Also