Nevron Open Vision Documentation
Nevron.Nov Namespace / ENDateTimeUnit Enumeration


In This Topic
    ENDateTimeUnit Enumeration
    In This Topic
    Enumerates the supported date/time units.
    Syntax
    'Declaration
     
    
    Public Enum ENDateTimeUnit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDateTimeUnit
    public enum ENDateTimeUnit : System.Enum 
    Members
    MemberDescription
    CenturyThe century unit.
    DayA day.
    DecadeThe decade unit.
    HalfDayHalf of a day.
    HalfYearHalf year unit.
    HourAn hour
    MillisecondA millisecond.
    MinuteA minute.
    MonthA month.
    QuarterThe quarter of a year.
    SecondA second
    TickTick
    WeekA week.
    YearThe year unit.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.ENDateTimeUnit

    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