Nevron Open Vision Documentation
Nevron.Nov.Schedule Namespace / ENDayOrdinal Enumeration


In This Topic
    ENDayOrdinal Enumeration
    In This Topic
    Enumerates the supported day ordinal values.
    Syntax
    'Declaration
     
    
    Public Enum ENDayOrdinal 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENDayOrdinal
    public enum ENDayOrdinal : System.Enum 
    Members
    MemberDescription
    EveryRepresents every day, which matches a given criteria.
    FirstRepresents the first day, which matches a given criteria.
    FourthRepresents the fourth day, which matches a given criteria.
    LastRepresents the last day, which matches a given criteria.
    SecondRepresents the second day, which matches a given criteria.
    ThirdRepresents the third day, which matches a given criteria.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Schedule.ENDayOrdinal

    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