NevronOpenVision
Nevron.Nov.Schedule Namespace / ENDayOrdinal Enumeration
ENDayOrdinal Enumeration
Enumerates the supported day ordinal values.
Syntax
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