Fan.Sys.Weekday.Weekday C# (CSharp) Method

Weekday() private method

private Weekday ( int ordinal, string name )
ordinal int
name string
        private Weekday(int ordinal, string name)
        {
            Enum.make_(this, ordinal, System.String.Intern(name));
              this.ord = ordinal;
              this.localeAbbrKey  = name + "Abbr";
              this.localeFullKey  = name + "Full";
        }