Nevron Open Vision Documentation
Nevron.Nov Namespace / ENDateTimeComponent Enumeration


In This Topic
    ENDateTimeComponent Enumeration
    In This Topic
    Enumerates the components of a date and time value.
    Syntax
    'Declaration
     
    
    Public Enum ENDateTimeComponent 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDateTimeComponent
    public enum ENDateTimeComponent : System.Enum 
    Members
    MemberDescription
    AllAll components (date and time).
    DateThe date component (year, month and day).
    DayThe day component.
    HourThe hour component.
    MillisecondThe millisecond component.
    MinuteThe minute component.
    MonthThe month component.
    NoneNone.
    SecondThe second component.
    TimeThe time component (hour, minute, second and millisecond).
    YearThe year component.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENDateTimeComponent

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also