Nevron Open Vision Documentation
Nevron.Nov.Chart Namespace / ENWeekDayBit Enumeration


In This Topic
    ENWeekDayBit Enumeration
    In This Topic
    Enumerates the week days
    Syntax
    'Declaration
     
    
    Public Enum ENWeekDayBit 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENWeekDayBit
    public enum ENWeekDayBit : System.Enum 
    Members
    MemberDescription
    AllAll days
    FridayThe day Friday.
    MondayThe day Monday.
    NoneNo week day
    SaturdayThe day Saturday
    SundayThe day Sunday
    ThursdayThe day Thursday
    TuesdayThe day Tuesday.
    WednesdayThe day Wednesday.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Chart.ENWeekDayBit

    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