mscorlib(4.0.0.0) API with additions
CalendarWeekRule.cs
2 
3 namespace System.Globalization
4 {
7  [ComVisible(true)]
8  [__DynamicallyInvokable]
9  public enum CalendarWeekRule
10  {
12  [__DynamicallyInvokable]
13  FirstDay,
15  [__DynamicallyInvokable]
18  [__DynamicallyInvokable]
20  }
21 }
Definition: __Canon.cs:3
Indicates that the first week of the year starts on the first day of the year and ends before the fol...
Indicates that the first week of the year begins on the first occurrence of the designated first day ...
CalendarWeekRule
Defines different rules for determining the first week of the year.
Specifies that the class can be serialized.
Indicates that the first week of the year is the first week with four or more days before the designa...