Removed auto-generated comments.
[mono.git] / mcs / class / corlib / System.Globalization / GregorianCalendarTypes.cs
1 // GregorianCalendarTypes.cs
2 //
3 // This code was automatically generated from
4 // ECMA CLI XML Library Specification.
5 // Generator: libgen.xsl [1.0; (C) Sergey Chaban (serge@wildwestsoftware.com)]
6 // Created: Wed, 5 Sep 2001 06:35:19 UTC
7 // Source file: all.xml
8 // URL: http://devresource.hp.com/devresource/Docs/TechPapers/CSharp/all.xml
9 //
10 // (C) 2001 Ximian, Inc.  http://www.ximian.com
11
12
13 namespace System.Globalization {
14
15
16         /// <summary>
17         /// </summary>
18         public enum GregorianCalendarTypes {
19
20                 /// <summary>
21                 /// </summary>
22                 Localized = 1,
23
24                 /// <summary>
25                 /// </summary>
26                 USEnglish = 2,
27
28                 /// <summary>
29                 /// </summary>
30                 MiddleEastFrench = 9,
31
32                 /// <summary>
33                 /// </summary>
34                 Arabic = 10,
35
36                 /// <summary>
37                 /// </summary>
38                 TransliteratedEnglish = 11,
39
40                 /// <summary>
41                 /// </summary>
42                 TransliteratedFrench = 12,
43         } // GregorianCalendarTypes
44
45 } // System.Globalization