Release 4.0.0-preview1-00304
[platform/core/csapi/tizenfx.git] / pkg / build / tizen40 / ref / System.Globalization.Calendars.xml
1 <?xml version="1.0" encoding="utf-8"?><span>
2 <doc>
3   <assembly>
4     <name>System.Globalization.Calendars</name>
5   </assembly>
6   <members>
7     <member name="T:System.Globalization.ChineseLunisolarCalendar">
8       <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Chinese calendar, while days and months are calculated using the lunisolar calendar.</summary>
9     </member>
10     <member name="M:System.Globalization.ChineseLunisolarCalendar.#ctor">
11       <summary>Initializes a new instance of the <see cref="T:System.Globalization.ChineseLunisolarCalendar"></see> class.</summary>
12     </member>
13     <member name="P:System.Globalization.ChineseLunisolarCalendar.Eras">
14       <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.ChineseLunisolarCalendar"></see> object.</summary>
15       <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.ChineseLunisolarCalendar"></see> object is always an array containing one element equal to the <see cref="F:System.Globalization.ChineseLunisolarCalendar.ChineseEra"></see> value.</returns>
16     </member>
17     <member name="M:System.Globalization.ChineseLunisolarCalendar.GetEra(System.DateTime)">
18       <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime"></see> type.</summary>
19       <param name="time">The <see cref="T:System.DateTime"></see> type to read.</param>
20       <returns>An integer that represents the era in the <paramref name="time">time</paramref> parameter.</returns>
21       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is less than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime"></see>.</exception>
22     </member>
23     <member name="P:System.Globalization.ChineseLunisolarCalendar.MaxSupportedDateTime">
24       <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar"></see> class.</summary>
25       <returns>A <see cref="T:System.DateTime"></see> type that represents the last moment on January 28, 2101 in the Gregorian calendar, which is approximately equal to the constructor DateTime(2101, 1, 28, 23, 59, 59, 999).</returns>
26     </member>
27     <member name="P:System.Globalization.ChineseLunisolarCalendar.MinSupportedDateTime">
28       <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.ChineseLunisolarCalendar"></see> class.</summary>
29       <returns>A <see cref="T:System.DateTime"></see> type that represents February 19, 1901 in the Gregorian calendar, which is equivalent to the constructor, DateTime(1901, 2, 19).</returns>
30     </member>
31     <member name="T:System.Globalization.EastAsianLunisolarCalendar">
32       <summary>Represents a calendar that divides time into months, days, years, and eras, and has dates that are based on cycles of the sun and the moon.</summary>
33     </member>
34     <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddMonths(System.DateTime,System.Int32)">
35       <summary>Calculates the date that is the specified number of months away from the specified date.</summary>
36       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
37       <param name="months">The number of months to add.</param>
38       <returns>A new <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the <paramref name="time">time</paramref> parameter.</returns>
39       <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime"></see>.</exception>
40       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000 or greater than 120000.   -or-  <paramref name="time">time</paramref> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime"></see>.</exception>
41     </member>
42     <member name="M:System.Globalization.EastAsianLunisolarCalendar.AddYears(System.DateTime,System.Int32)">
43       <summary>Calculates the date that is the specified number of years away from the specified date.</summary>
44       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
45       <param name="years">The number of years to add.</param>
46       <returns>A new <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the <paramref name="time">time</paramref> parameter.</returns>
47       <exception cref="T:System.ArgumentException">The result is outside the supported range of a <see cref="T:System.DateTime"></see>.</exception>
48       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime"></see>.</exception>
49     </member>
50     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetCelestialStem(System.Int32)">
51       <summary>Calculates the celestial stem of the specified year in the sexagenary (60-year) cycle.</summary>
52       <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
53       <returns>A number from 1 through 10.</returns>
54       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="sexagenaryYear">sexagenaryYear</paramref> is less than 1 or greater than 60.</exception>
55     </member>
56     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfMonth(System.DateTime)">
57       <summary>Calculates the day of the month in the specified date.</summary>
58       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
59       <returns>An integer from 1 through 31 that represents the day of the month specified in the <paramref name="time">time</paramref> parameter.</returns>
60     </member>
61     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfWeek(System.DateTime)">
62       <summary>Calculates the day of the week in the specified date.</summary>
63       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
64       <returns>One of the <see cref="T:System.DayOfWeek"></see> values that represents the day of the week specified in the <paramref name="time">time</paramref> parameter.</returns>
65       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is less than <see cref="P:System.Globalization.Calendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.Calendar.MaxSupportedDateTime"></see>.</exception>
66     </member>
67     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDayOfYear(System.DateTime)">
68       <summary>Calculates the day of the year in the specified date.</summary>
69       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
70       <returns>An integer from 1 through 354 in a common year, or 1 through 384 in a leap year, that represents the day of the year specified in the <paramref name="time">time</paramref> parameter.</returns>
71     </member>
72     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
73       <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
74       <param name="year">An integer that represents the year.</param>
75       <param name="month">An integer from 1 through 12 in a common year, or 1 through 13 in a leap year, that represents the month.</param>
76       <param name="era">An integer that represents the era.</param>
77       <returns>The number of days in the specified month of the specified year and era.</returns>
78       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
79     </member>
80     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetDaysInYear(System.Int32,System.Int32)">
81       <summary>Calculates the number of days in the specified year and era.</summary>
82       <param name="year">An integer that represents the year.</param>
83       <param name="era">An integer that represents the era.</param>
84       <returns>The number of days in the specified year and era.</returns>
85       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
86     </member>
87     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetLeapMonth(System.Int32,System.Int32)">
88       <summary>Calculates the leap month for the specified year and era.</summary>
89       <param name="year">An integer that represents the year.</param>
90       <param name="era">An integer that represents the era.</param>
91       <returns>A positive integer from 1 through 13 that indicates the leap month in the specified year and era.   -or-   Zero if this calendar does not support a leap month, or if the <paramref name="year">year</paramref> and <paramref name="era">era</paramref> parameters do not specify a leap year.</returns>
92     </member>
93     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonth(System.DateTime)">
94       <summary>Returns the month in the specified date.</summary>
95       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
96       <returns>An integer from 1 to 13 that represents the month specified in the <paramref name="time">time</paramref> parameter.</returns>
97     </member>
98     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetMonthsInYear(System.Int32,System.Int32)">
99       <summary>Calculates the number of months in the specified year and era.</summary>
100       <param name="year">An integer that represents the year.</param>
101       <param name="era">An integer that represents the era.</param>
102       <returns>The number of months in the specified year in the specified era. The return value is 12 months in a common year or 13 months in a leap year.</returns>
103       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
104     </member>
105     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetSexagenaryYear(System.DateTime)">
106       <summary>Calculates the year in the sexagenary (60-year) cycle that corresponds to the specified date.</summary>
107       <param name="time">A <see cref="T:System.DateTime"></see> to read.</param>
108       <returns>A number from 1 through 60 in the sexagenary cycle that corresponds to the <paramref name="date">date</paramref> parameter.</returns>
109     </member>
110     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetTerrestrialBranch(System.Int32)">
111       <summary>Calculates the terrestrial branch of the specified year in the sexagenary (60-year) cycle.</summary>
112       <param name="sexagenaryYear">An integer from 1 through 60 that represents a year in the sexagenary cycle.</param>
113       <returns>An integer from 1 through 12.</returns>
114       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="sexagenaryYear">sexagenaryYear</paramref> is less than 1 or greater than 60.</exception>
115     </member>
116     <member name="M:System.Globalization.EastAsianLunisolarCalendar.GetYear(System.DateTime)">
117       <summary>Returns the year in the specified date.</summary>
118       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
119       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
120     </member>
121     <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
122       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
123       <param name="year">An integer that represents the year.</param>
124       <param name="month">An integer from 1 through 13 that represents the month.</param>
125       <param name="day">An integer from 1 through 31 that represents the day.</param>
126       <param name="era">An integer that represents the era.</param>
127       <returns>true if the specified day is a leap day; otherwise, false.</returns>
128       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
129     </member>
130     <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
131       <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
132       <param name="year">An integer that represents the year.</param>
133       <param name="month">An integer from 1 through 13 that represents the month.</param>
134       <param name="era">An integer that represents the era.</param>
135       <returns>true if the <paramref name="month">month</paramref> parameter is a leap month; otherwise, false.</returns>
136       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
137     </member>
138     <member name="M:System.Globalization.EastAsianLunisolarCalendar.IsLeapYear(System.Int32,System.Int32)">
139       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
140       <param name="year">An integer that represents the year.</param>
141       <param name="era">An integer that represents the era.</param>
142       <returns>true if the specified year is a leap year; otherwise, false.</returns>
143       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
144     </member>
145     <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
146       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date, time, and era.</summary>
147       <param name="year">An integer that represents the year.</param>
148       <param name="month">An integer from 1 through 13 that represents the month.</param>
149       <param name="day">An integer from 1 through 31 that represents the day.</param>
150       <param name="hour">An integer from 0 through 23 that represents the hour.</param>
151       <param name="minute">An integer from 0 through 59 that represents the minute.</param>
152       <param name="second">An integer from 0 through 59 that represents the second.</param>
153       <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
154       <param name="era">An integer that represents the era.</param>
155       <returns>A <see cref="T:System.DateTime"></see> that is set to the specified date, time, and era.</returns>
156       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, <paramref name="hour">hour</paramref>, <paramref name="minute">minute</paramref>, <paramref name="second">second</paramref>, <paramref name="millisecond">millisecond</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
157     </member>
158     <member name="M:System.Globalization.EastAsianLunisolarCalendar.ToFourDigitYear(System.Int32)">
159       <summary>Converts the specified year to a four-digit year.</summary>
160       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
161       <returns>An integer that contains the four-digit representation of the <paramref name="year">year</paramref> parameter.</returns>
162       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
163     </member>
164     <member name="P:System.Globalization.EastAsianLunisolarCalendar.TwoDigitYearMax">
165       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
166       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
167       <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.EastAsianLunisolarCalendar"></see> is read-only.</exception>
168       <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 99 or greater than the maximum supported year in the current calendar.</exception>
169     </member>
170     <member name="T:System.Globalization.GregorianCalendar">
171       <summary>Represents the Gregorian calendar.</summary>
172     </member>
173     <member name="M:System.Globalization.GregorianCalendar.#ctor">
174       <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar"></see> class using the default <see cref="T:System.Globalization.GregorianCalendarTypes"></see> value.</summary>
175     </member>
176     <member name="M:System.Globalization.GregorianCalendar.#ctor(System.Globalization.GregorianCalendarTypes)">
177       <summary>Initializes a new instance of the <see cref="T:System.Globalization.GregorianCalendar"></see> class using the specified <see cref="T:System.Globalization.GregorianCalendarTypes"></see> value.</summary>
178       <param name="type">The <see cref="T:System.Globalization.GregorianCalendarTypes"></see> value that denotes which language version of the calendar to create.</param>
179       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="type">type</paramref> is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes"></see> enumeration.</exception>
180     </member>
181     <member name="M:System.Globalization.GregorianCalendar.AddMonths(System.DateTime,System.Int32)">
182       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
183       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
184       <param name="months">The number of months to add.</param>
185       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
186       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
187       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
188     </member>
189     <member name="M:System.Globalization.GregorianCalendar.AddYears(System.DateTime,System.Int32)">
190       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
191       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
192       <param name="years">The number of years to add.</param>
193       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
194       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
195     </member>
196     <member name="P:System.Globalization.GregorianCalendar.CalendarType">
197       <summary>Gets or sets the <see cref="T:System.Globalization.GregorianCalendarTypes"></see> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar"></see>.</summary>
198       <returns>A <see cref="T:System.Globalization.GregorianCalendarTypes"></see> value that denotes the language version of the current <see cref="T:System.Globalization.GregorianCalendar"></see>.</returns>
199       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is not a member of the <see cref="T:System.Globalization.GregorianCalendarTypes"></see> enumeration.</exception>
200       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
201     </member>
202     <member name="P:System.Globalization.GregorianCalendar.Eras">
203       <summary>Gets the list of eras in the <see cref="T:System.Globalization.GregorianCalendar"></see>.</summary>
204       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.GregorianCalendar"></see>.</returns>
205     </member>
206     <member name="M:System.Globalization.GregorianCalendar.GetDayOfMonth(System.DateTime)">
207       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
208       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
209       <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time">time</paramref>.</returns>
210     </member>
211     <member name="M:System.Globalization.GregorianCalendar.GetDayOfWeek(System.DateTime)">
212       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
213       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
214       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in <paramref name="time">time</paramref>.</returns>
215     </member>
216     <member name="M:System.Globalization.GregorianCalendar.GetDayOfYear(System.DateTime)">
217       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
218       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
219       <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time">time</paramref>.</returns>
220     </member>
221     <member name="M:System.Globalization.GregorianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
222       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
223       <param name="year">An integer that represents the year.</param>
224       <param name="month">An integer from 1 to 12 that represents the month.</param>
225       <param name="era">An integer that represents the era.</param>
226       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
227       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.</exception>
228     </member>
229     <member name="M:System.Globalization.GregorianCalendar.GetDaysInYear(System.Int32,System.Int32)">
230       <summary>Returns the number of days in the specified year in the specified era.</summary>
231       <param name="year">An integer that represents the year.</param>
232       <param name="era">An integer that represents the era.</param>
233       <returns>The number of days in the specified year in the specified era.</returns>
234       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
235     </member>
236     <member name="M:System.Globalization.GregorianCalendar.GetEra(System.DateTime)">
237       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
238       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
239       <returns>An integer that represents the era in <paramref name="time">time</paramref>.</returns>
240     </member>
241     <member name="M:System.Globalization.GregorianCalendar.GetLeapMonth(System.Int32,System.Int32)">
242       <summary>Calculates the leap month for a specified year and era.</summary>
243       <param name="year">A year.</param>
244       <param name="era">An era. Specify either <see cref="F:System.Globalization.GregorianCalendar.ADEra"></see> or GregorianCalendar.Eras[Calendar.CurrentEra].</param>
245       <returns>Always 0 because the Gregorian calendar does not recognize leap months.</returns>
246       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is less than the Gregorian calendar year 1 or greater than the Gregorian calendar year 9999.   -or-  <paramref name="era">era</paramref> is not <see cref="F:System.Globalization.GregorianCalendar.ADEra"></see> or GregorianCalendar.Eras[Calendar.CurrentEra].</exception>
247     </member>
248     <member name="M:System.Globalization.GregorianCalendar.GetMonth(System.DateTime)">
249       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
250       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
251       <returns>An integer from 1 to 12 that represents the month in <paramref name="time">time</paramref>.</returns>
252     </member>
253     <member name="M:System.Globalization.GregorianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
254       <summary>Returns the number of months in the specified year in the specified era.</summary>
255       <param name="year">An integer that represents the year.</param>
256       <param name="era">An integer that represents the era.</param>
257       <returns>The number of months in the specified year in the specified era.</returns>
258       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
259     </member>
260     <member name="M:System.Globalization.GregorianCalendar.GetYear(System.DateTime)">
261       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
262       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
263       <returns>An integer that represents the year in <paramref name="time">time</paramref>.</returns>
264     </member>
265     <member name="M:System.Globalization.GregorianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
266       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
267       <param name="year">An integer that represents the year.</param>
268       <param name="month">An integer from 1 to 12 that represents the month.</param>
269       <param name="day">An integer from 1 to 31 that represents the day.</param>
270       <param name="era">An integer that represents the era.</param>
271       <returns>true if the specified day is a leap day; otherwise, false.</returns>
272       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.</exception>
273     </member>
274     <member name="M:System.Globalization.GregorianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
275       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
276       <param name="year">An integer that represents the year.</param>
277       <param name="month">An integer from 1 to 12 that represents the month.</param>
278       <param name="era">An integer that represents the era.</param>
279       <returns>This method always returns false, unless overridden by a derived class.</returns>
280       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.</exception>
281     </member>
282     <member name="M:System.Globalization.GregorianCalendar.IsLeapYear(System.Int32,System.Int32)">
283       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
284       <param name="year">An integer that represents the year.</param>
285       <param name="era">An integer that represents the era.</param>
286       <returns>true if the specified year is a leap year; otherwise, false.</returns>
287       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
288     </member>
289     <member name="P:System.Globalization.GregorianCalendar.MaxSupportedDateTime">
290       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar"></see> type.</summary>
291       <returns>The latest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar"></see> type, which is the last moment of December 31, 9999 C.E. and is equivalent to <see cref="F:System.DateTime.MaxValue"></see>.</returns>
292     </member>
293     <member name="P:System.Globalization.GregorianCalendar.MinSupportedDateTime">
294       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar"></see> type.</summary>
295       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.GregorianCalendar"></see> type, which is the first moment of January 1, 0001 C.E. and is equivalent to <see cref="F:System.DateTime.MinValue"></see>.</returns>
296     </member>
297     <member name="M:System.Globalization.GregorianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
298       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
299       <param name="year">An integer that represents the year.</param>
300       <param name="month">An integer from 1 to 12 that represents the month.</param>
301       <param name="day">An integer from 1 to 31 that represents the day.</param>
302       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
303       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
304       <param name="second">An integer from 0 to 59 that represents the second.</param>
305       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
306       <param name="era">An integer that represents the era.</param>
307       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
308       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.</exception>
309     </member>
310     <member name="M:System.Globalization.GregorianCalendar.ToFourDigitYear(System.Int32)">
311       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.GregorianCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
312       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
313       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
314       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
315     </member>
316     <member name="P:System.Globalization.GregorianCalendar.TwoDigitYearMax">
317       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
318       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
319       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than MaxSupportedDateTime.Year.</exception>
320       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
321     </member>
322     <member name="T:System.Globalization.GregorianCalendarTypes">
323       <summary>Defines the different language versions of the Gregorian calendar.</summary>
324     </member>
325     <member name="F:System.Globalization.GregorianCalendarTypes.Arabic">
326       <summary>Refers to the Arabic version of the Gregorian calendar.</summary>
327       <returns></returns>
328     </member>
329     <member name="F:System.Globalization.GregorianCalendarTypes.Localized">
330       <summary>Refers to the localized version of the Gregorian calendar, based on the language of the <see cref="T:System.Globalization.CultureInfo"></see> that uses the <see cref="T:System.Globalization.DateTimeFormatInfo"></see>.</summary>
331       <returns></returns>
332     </member>
333     <member name="F:System.Globalization.GregorianCalendarTypes.MiddleEastFrench">
334       <summary>Refers to the Middle East French version of the Gregorian calendar.</summary>
335       <returns></returns>
336     </member>
337     <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedEnglish">
338       <summary>Refers to the transliterated English version of the Gregorian calendar.</summary>
339       <returns></returns>
340     </member>
341     <member name="F:System.Globalization.GregorianCalendarTypes.TransliteratedFrench">
342       <summary>Refers to the transliterated French version of the Gregorian calendar.</summary>
343       <returns></returns>
344     </member>
345     <member name="F:System.Globalization.GregorianCalendarTypes.USEnglish">
346       <summary>Refers to the U.S. English version of the Gregorian calendar.</summary>
347       <returns></returns>
348     </member>
349     <member name="T:System.Globalization.HebrewCalendar">
350       <summary>Represents the Hebrew calendar.</summary>
351     </member>
352     <member name="M:System.Globalization.HebrewCalendar.#ctor">
353       <summary>Initializes a new instance of the <see cref="T:System.Globalization.HebrewCalendar"></see> class.</summary>
354     </member>
355     <member name="M:System.Globalization.HebrewCalendar.AddMonths(System.DateTime,System.Int32)">
356       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
357       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
358       <param name="months">The number of months to add.</param>
359       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
360       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
361       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120,000 or greater than 120,000.</exception>
362     </member>
363     <member name="M:System.Globalization.HebrewCalendar.AddYears(System.DateTime,System.Int32)">
364       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
365       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
366       <param name="years">The number of years to add.</param>
367       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
368       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
369     </member>
370     <member name="P:System.Globalization.HebrewCalendar.Eras">
371       <summary>Gets the list of eras in the <see cref="T:System.Globalization.HebrewCalendar"></see>.</summary>
372       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HebrewCalendar"></see> type. The return value is always an array containing one element equal to <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see>.</returns>
373     </member>
374     <member name="M:System.Globalization.HebrewCalendar.GetDayOfMonth(System.DateTime)">
375       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
376       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
377       <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
378     </member>
379     <member name="M:System.Globalization.HebrewCalendar.GetDayOfWeek(System.DateTime)">
380       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
381       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
382       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
383     </member>
384     <member name="M:System.Globalization.HebrewCalendar.GetDayOfYear(System.DateTime)">
385       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
386       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
387       <returns>An integer from 1 to 385 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
388       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is earlier than September 17, 1583 in the Gregorian calendar, or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime"></see>.</exception>
389     </member>
390     <member name="M:System.Globalization.HebrewCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
391       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
392       <param name="year">An integer that represents the year.</param>
393       <param name="month">An integer from 1 to 13 that represents the month.</param>
394       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or Calendar.Eras[Calendar.CurrentEra].</param>
395       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
396       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar"></see> object.</exception>
397     </member>
398     <member name="M:System.Globalization.HebrewCalendar.GetDaysInYear(System.Int32,System.Int32)">
399       <summary>Returns the number of days in the specified year in the specified era.</summary>
400       <param name="year">An integer that represents the year.</param>
401       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
402       <returns>The number of days in the specified year in the specified era.</returns>
403       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar"></see> object.</exception>
404     </member>
405     <member name="M:System.Globalization.HebrewCalendar.GetEra(System.DateTime)">
406       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
407       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
408       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>. The return value is always <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see>.</returns>
409     </member>
410     <member name="M:System.Globalization.HebrewCalendar.GetLeapMonth(System.Int32,System.Int32)">
411       <summary>Calculates the leap month for a specified year and era.</summary>
412       <param name="year">A year.</param>
413       <param name="era">An era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
414       <returns>A positive integer that indicates the leap month in the specified year and era. The return value is 7 if the <paramref name="year">year</paramref> and <paramref name="era">era</paramref> parameters specify a leap year, or 0 if the year is not a leap year.</returns>
415       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is not <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].   -or-  <paramref name="year">year</paramref> is less than the Hebrew calendar year 5343 or greater than the Hebrew calendar year 5999.</exception>
416     </member>
417     <member name="M:System.Globalization.HebrewCalendar.GetMonth(System.DateTime)">
418       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
419       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
420       <returns>An integer from 1 to 13 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
421       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime"></see>.</exception>
422     </member>
423     <member name="M:System.Globalization.HebrewCalendar.GetMonthsInYear(System.Int32,System.Int32)">
424       <summary>Returns the number of months in the specified year in the specified era.</summary>
425       <param name="year">An integer that represents the year.</param>
426       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
427       <returns>The number of months in the specified year in the specified era. The return value is either 12 in a common year, or 13 in a leap year.</returns>
428       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar"></see> object.</exception>
429     </member>
430     <member name="M:System.Globalization.HebrewCalendar.GetYear(System.DateTime)">
431       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see> value.</summary>
432       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
433       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see> value.</returns>
434       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar"></see> object.</exception>
435     </member>
436     <member name="M:System.Globalization.HebrewCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
437       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
438       <param name="year">An integer that represents the year.</param>
439       <param name="month">An integer from 1 to 13 that represents the month.</param>
440       <param name="day">An integer from 1 to 30 that represents the day.</param>
441       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra]..</param>
442       <returns>true if the specified day is a leap day; otherwise, false.</returns>
443       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
444     </member>
445     <member name="M:System.Globalization.HebrewCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
446       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
447       <param name="year">An integer that represents the year.</param>
448       <param name="month">An integer from 1 to 13 that represents the month.</param>
449       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
450       <returns>true if the specified month is a leap month; otherwise, false.</returns>
451       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
452     </member>
453     <member name="M:System.Globalization.HebrewCalendar.IsLeapYear(System.Int32,System.Int32)">
454       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
455       <param name="year">An integer that represents the year.</param>
456       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
457       <returns>true if the specified year is a leap year; otherwise, false.</returns>
458       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
459     </member>
460     <member name="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime">
461       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar"></see> type.</summary>
462       <returns>The latest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar"></see> type, which is equivalent to the last moment of September, 29, 2239 C.E. in the Gregorian calendar.</returns>
463     </member>
464     <member name="P:System.Globalization.HebrewCalendar.MinSupportedDateTime">
465       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar"></see> type.</summary>
466       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HebrewCalendar"></see> type, which is equivalent to the first moment of January, 1, 1583 C.E. in the Gregorian calendar.</returns>
467     </member>
468     <member name="M:System.Globalization.HebrewCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
469       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
470       <param name="year">An integer that represents the year.</param>
471       <param name="month">An integer from 1 to 13 that represents the month.</param>
472       <param name="day">An integer from 1 to 30 that represents the day.</param>
473       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
474       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
475       <param name="second">An integer from 0 to 59 that represents the second.</param>
476       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
477       <param name="era">An integer that represents the era. Specify either <see cref="F:System.Globalization.HebrewCalendar.HebrewEra"></see> or HebrewCalendar.Eras[Calendar.CurrentEra].</param>
478       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
479       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref> or <paramref name="era">era</paramref> is outside the range supported by the current <see cref="T:System.Globalization.HebrewCalendar"></see> object.   -or-  <paramref name="hour">hour</paramref> is less than 0 or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than 0 or greater than 59.   -or-  <paramref name="second">second</paramref> is less than 0 or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than 0 or greater than 999.</exception>
480     </member>
481     <member name="M:System.Globalization.HebrewCalendar.ToFourDigitYear(System.Int32)">
482       <summary>Converts the specified year to a 4-digit year by using the <see cref="P:System.Globalization.HebrewCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
483       <param name="year">A 2-digit year from 0 through 99, or a 4-digit Hebrew calendar year from 5343 through 5999.</param>
484       <returns>If the <paramref name="year">year</paramref> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year">year</paramref> parameter is a 4-digit year, the return value is the unchanged <paramref name="year">year</paramref> parameter.</returns>
485       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is less than 0.   -or-  <paramref name="year">year</paramref> is less than <see cref="P:System.Globalization.HebrewCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.HebrewCalendar.MaxSupportedDateTime"></see>.</exception>
486     </member>
487     <member name="P:System.Globalization.HebrewCalendar.TwoDigitYearMax">
488       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
489       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
490       <exception cref="T:System.InvalidOperationException">The current <see cref="T:System.Globalization.HebrewCalendar"></see> object is read-only.</exception>
491       <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Hebrew calendar year value is less than 5343 but is not 99, or the year value is greater than 5999.</exception>
492     </member>
493     <member name="T:System.Globalization.HijriCalendar">
494       <summary>Represents the Hijri calendar.</summary>
495     </member>
496     <member name="M:System.Globalization.HijriCalendar.#ctor">
497       <summary>Initializes a new instance of the <see cref="T:System.Globalization.HijriCalendar"></see> class.</summary>
498     </member>
499     <member name="M:System.Globalization.HijriCalendar.AddMonths(System.DateTime,System.Int32)">
500       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
501       <param name="time">The <see cref="T:System.DateTime"></see> to add months to.</param>
502       <param name="months">The number of months to add.</param>
503       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
504       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see>.</exception>
505       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
506     </member>
507     <member name="M:System.Globalization.HijriCalendar.AddYears(System.DateTime,System.Int32)">
508       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
509       <param name="time">The <see cref="T:System.DateTime"></see> to add years to.</param>
510       <param name="years">The number of years to add.</param>
511       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
512       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
513     </member>
514     <member name="P:System.Globalization.HijriCalendar.Eras">
515       <summary>Gets the list of eras in the <see cref="T:System.Globalization.HijriCalendar"></see>.</summary>
516       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.HijriCalendar"></see>.</returns>
517     </member>
518     <member name="M:System.Globalization.HijriCalendar.GetDayOfMonth(System.DateTime)">
519       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
520       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
521       <returns>An integer from 1 to 30 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
522     </member>
523     <member name="M:System.Globalization.HijriCalendar.GetDayOfWeek(System.DateTime)">
524       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
525       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
526       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
527     </member>
528     <member name="M:System.Globalization.HijriCalendar.GetDayOfYear(System.DateTime)">
529       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
530       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
531       <returns>An integer from 1 to 355 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
532     </member>
533     <member name="M:System.Globalization.HijriCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
534       <summary>Returns the number of days in the specified month of the specified year and era.</summary>
535       <param name="year">An integer that represents the year.</param>
536       <param name="month">An integer from 1 to 12 that represents the month.</param>
537       <param name="era">An integer that represents the era.</param>
538       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
539       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by this calendar.</exception>
540     </member>
541     <member name="M:System.Globalization.HijriCalendar.GetDaysInYear(System.Int32,System.Int32)">
542       <summary>Returns the number of days in the specified year and era.</summary>
543       <param name="year">An integer that represents the year.</param>
544       <param name="era">An integer that represents the era.</param>
545       <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
546       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
547     </member>
548     <member name="M:System.Globalization.HijriCalendar.GetEra(System.DateTime)">
549       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
550       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
551       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>.</returns>
552     </member>
553     <member name="M:System.Globalization.HijriCalendar.GetLeapMonth(System.Int32,System.Int32)">
554       <summary>Calculates the leap month for a specified year and era.</summary>
555       <param name="year">A year.</param>
556       <param name="era">An era. Specify <see cref="F:System.Globalization.Calendar.CurrentEra"></see> or <see cref="F:System.Globalization.HijriCalendar.HijriEra"></see>.</param>
557       <returns>Always 0 because the <see cref="T:System.Globalization.HijriCalendar"></see> type does not support the notion of a leap month.</returns>
558       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is less than the Hijri calendar year 1 or greater than the year 9666.   -or-  <paramref name="era">era</paramref> is not <see cref="F:System.Globalization.Calendar.CurrentEra"></see> or <see cref="F:System.Globalization.HijriCalendar.HijriEra"></see>.</exception>
559     </member>
560     <member name="M:System.Globalization.HijriCalendar.GetMonth(System.DateTime)">
561       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
562       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
563       <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
564     </member>
565     <member name="M:System.Globalization.HijriCalendar.GetMonthsInYear(System.Int32,System.Int32)">
566       <summary>Returns the number of months in the specified year and era.</summary>
567       <param name="year">An integer that represents the year.</param>
568       <param name="era">An integer that represents the era.</param>
569       <returns>The number of months in the specified year and era.</returns>
570       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
571     </member>
572     <member name="M:System.Globalization.HijriCalendar.GetYear(System.DateTime)">
573       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
574       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
575       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
576     </member>
577     <member name="P:System.Globalization.HijriCalendar.HijriAdjustment">
578       <summary>Gets or sets the number of days to add or subtract from the calendar to accommodate the variances in the start and the end of Ramadan and to accommodate the date difference between countries/regions.</summary>
579       <returns>An integer from -2 to 2 that represents the number of days to add or subtract from the calendar.</returns>
580       <exception cref="T:System.ArgumentOutOfRangeException">The property is being set to an invalid value.</exception>
581     </member>
582     <member name="M:System.Globalization.HijriCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
583       <summary>Determines whether the specified date is a leap day.</summary>
584       <param name="year">An integer that represents the year.</param>
585       <param name="month">An integer from 1 to 12 that represents the month.</param>
586       <param name="day">An integer from 1 to 30 that represents the day.</param>
587       <param name="era">An integer that represents the era.</param>
588       <returns>true if the specified day is a leap day; otherwise, false.</returns>
589       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by this calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by this calendar.</exception>
590     </member>
591     <member name="M:System.Globalization.HijriCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
592       <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
593       <param name="year">An integer that represents the year.</param>
594       <param name="month">An integer from 1 to 12 that represents the month.</param>
595       <param name="era">An integer that represents the era.</param>
596       <returns>This method always returns false.</returns>
597       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by this calendar.</exception>
598     </member>
599     <member name="M:System.Globalization.HijriCalendar.IsLeapYear(System.Int32,System.Int32)">
600       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
601       <param name="year">An integer that represents the year.</param>
602       <param name="era">An integer that represents the era.</param>
603       <returns>true if the specified year is a leap year; otherwise, false.</returns>
604       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
605     </member>
606     <member name="P:System.Globalization.HijriCalendar.MaxSupportedDateTime">
607       <summary>Gets the latest date and time supported by this calendar.</summary>
608       <returns>The latest date and time supported by the <see cref="T:System.Globalization.HijriCalendar"></see> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
609     </member>
610     <member name="P:System.Globalization.HijriCalendar.MinSupportedDateTime">
611       <summary>Gets the earliest date and time supported by this calendar.</summary>
612       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.HijriCalendar"></see> type, which is equivalent to the first moment of July 18, 622 C.E. in the Gregorian calendar.</returns>
613     </member>
614     <member name="M:System.Globalization.HijriCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
615       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date, time, and era.</summary>
616       <param name="year">An integer that represents the year.</param>
617       <param name="month">An integer from 1 to 12 that represents the month.</param>
618       <param name="day">An integer from 1 to 30 that represents the day.</param>
619       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
620       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
621       <param name="second">An integer from 0 to 59 that represents the second.</param>
622       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
623       <param name="era">An integer that represents the era.</param>
624       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
625       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by this calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by this calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by this calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by this calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.</exception>
626     </member>
627     <member name="M:System.Globalization.HijriCalendar.ToFourDigitYear(System.Int32)">
628       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.HijriCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
629       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
630       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
631       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
632     </member>
633     <member name="P:System.Globalization.HijriCalendar.TwoDigitYearMax">
634       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
635       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
636       <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
637       <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9666.</exception>
638     </member>
639     <member name="T:System.Globalization.JapaneseCalendar">
640       <summary>Represents the Japanese calendar.</summary>
641     </member>
642     <member name="M:System.Globalization.JapaneseCalendar.#ctor">
643       <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseCalendar"></see> class.</summary>
644       <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.JapaneseCalendar"></see> object because of missing culture information.</exception>
645     </member>
646     <member name="M:System.Globalization.JapaneseCalendar.AddMonths(System.DateTime,System.Int32)">
647       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
648       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
649       <param name="months">The number of months to add.</param>
650       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
651       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
652       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
653     </member>
654     <member name="M:System.Globalization.JapaneseCalendar.AddYears(System.DateTime,System.Int32)">
655       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
656       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
657       <param name="years">The number of years to add.</param>
658       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
659       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
660       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the supported range of the <see cref="T:System.Globalization.JapaneseCalendar"></see> type.   -or-  <paramref name="years">years</paramref> is less than -10,000 or greater than 10,000.</exception>
661     </member>
662     <member name="P:System.Globalization.JapaneseCalendar.Eras">
663       <summary>Gets the list of eras in the <see cref="T:System.Globalization.JapaneseCalendar"></see>.</summary>
664       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JapaneseCalendar"></see>.</returns>
665     </member>
666     <member name="M:System.Globalization.JapaneseCalendar.GetDayOfMonth(System.DateTime)">
667       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
668       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
669       <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
670     </member>
671     <member name="M:System.Globalization.JapaneseCalendar.GetDayOfWeek(System.DateTime)">
672       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
673       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
674       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
675     </member>
676     <member name="M:System.Globalization.JapaneseCalendar.GetDayOfYear(System.DateTime)">
677       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
678       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
679       <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
680     </member>
681     <member name="M:System.Globalization.JapaneseCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
682       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
683       <param name="year">An integer that represents the year.</param>
684       <param name="month">An integer from 1 to 12 that represents the month.</param>
685       <param name="era">An integer that represents the era.</param>
686       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
687       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
688     </member>
689     <member name="M:System.Globalization.JapaneseCalendar.GetDaysInYear(System.Int32,System.Int32)">
690       <summary>Returns the number of days in the specified year in the specified era.</summary>
691       <param name="year">An integer that represents the year.</param>
692       <param name="era">An integer that represents the era.</param>
693       <returns>The number of days in the specified year in the specified era.</returns>
694       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
695     </member>
696     <member name="M:System.Globalization.JapaneseCalendar.GetEra(System.DateTime)">
697       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
698       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
699       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>.</returns>
700       <exception cref="T:System.ArgumentOutOfRangeException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
701     </member>
702     <member name="M:System.Globalization.JapaneseCalendar.GetLeapMonth(System.Int32,System.Int32)">
703       <summary>Calculates the leap month for a specified year and era.</summary>
704       <param name="year">A year.</param>
705       <param name="era">An era.</param>
706       <returns>The return value is always 0 because the <see cref="T:System.Globalization.JapaneseCalendar"></see> type does not support the notion of a leap month.</returns>
707       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.JapaneseCalendar"></see> type.</exception>
708     </member>
709     <member name="M:System.Globalization.JapaneseCalendar.GetMonth(System.DateTime)">
710       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
711       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
712       <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
713     </member>
714     <member name="M:System.Globalization.JapaneseCalendar.GetMonthsInYear(System.Int32,System.Int32)">
715       <summary>Returns the number of months in the specified year in the specified era.</summary>
716       <param name="year">An integer that represents the year.</param>
717       <param name="era">An integer that represents the era.</param>
718       <returns>The return value is always 12.</returns>
719       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
720     </member>
721     <member name="M:System.Globalization.JapaneseCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
722       <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime"></see>.</summary>
723       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
724       <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule"></see> values that defines a calendar week.</param>
725       <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek"></see> values that represents the first day of the week.</param>
726       <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time">time</paramref> parameter.</returns>
727       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> or <paramref name="firstDayOfWeek">firstDayOfWeek</paramref> is outside the range supported by the calendar.   -or-  <paramref name="rule">rule</paramref> is not a valid <see cref="T:System.Globalization.CalendarWeekRule"></see> value.</exception>
728     </member>
729     <member name="M:System.Globalization.JapaneseCalendar.GetYear(System.DateTime)">
730       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
731       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
732       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
733     </member>
734     <member name="M:System.Globalization.JapaneseCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
735       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
736       <param name="year">An integer that represents the year.</param>
737       <param name="month">An integer from 1 to 12 that represents the month.</param>
738       <param name="day">An integer from 1 to 31 that represents the day.</param>
739       <param name="era">An integer that represents the era.</param>
740       <returns>true, if the specified day is a leap day; otherwise, false.</returns>
741       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
742     </member>
743     <member name="M:System.Globalization.JapaneseCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
744       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
745       <param name="year">An integer that represents the year.</param>
746       <param name="month">An integer from 1 to 12 that represents the month.</param>
747       <param name="era">An integer that represents the era.</param>
748       <returns>This method always returns false, unless overridden by a derived class.</returns>
749       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
750     </member>
751     <member name="M:System.Globalization.JapaneseCalendar.IsLeapYear(System.Int32,System.Int32)">
752       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
753       <param name="year">An integer that represents the year.</param>
754       <param name="era">An integer that represents the era.</param>
755       <returns>true, if the specified year is a leap year; otherwise, false.</returns>
756       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
757     </member>
758     <member name="P:System.Globalization.JapaneseCalendar.MaxSupportedDateTime">
759       <summary>Gets the latest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar"></see> object.</summary>
760       <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar"></see> type, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
761     </member>
762     <member name="P:System.Globalization.JapaneseCalendar.MinSupportedDateTime">
763       <summary>Gets the earliest date and time supported by the current <see cref="T:System.Globalization.JapaneseCalendar"></see> object.</summary>
764       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseCalendar"></see> type, which is equivalent to the first moment of September 8, 1868 C.E. in the Gregorian calendar.</returns>
765     </member>
766     <member name="M:System.Globalization.JapaneseCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
767       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
768       <param name="year">An integer that represents the year.</param>
769       <param name="month">An integer from 1 to 12 that represents the month.</param>
770       <param name="day">An integer from 1 to 31 that represents the day.</param>
771       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
772       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
773       <param name="second">An integer from 0 to 59 that represents the second.</param>
774       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
775       <param name="era">An integer that represents the era.</param>
776       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
777       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
778     </member>
779     <member name="M:System.Globalization.JapaneseCalendar.ToFourDigitYear(System.Int32)">
780       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
781       <param name="year">An integer (usually two digits) that represents the year to convert.</param>
782       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
783       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
784     </member>
785     <member name="P:System.Globalization.JapaneseCalendar.TwoDigitYearMax">
786       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
787       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
788       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than 8011 (or MaxSupportedDateTime.Year).</exception>
789       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
790     </member>
791     <member name="T:System.Globalization.JapaneseLunisolarCalendar">
792       <summary>Represents time in divisions, such as months, days, and years. Years are calculated as for the Japanese calendar, while days and months are calculated using the lunisolar calendar.</summary>
793     </member>
794     <member name="M:System.Globalization.JapaneseLunisolarCalendar.#ctor">
795       <summary>Initializes a new instance of the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> class.</summary>
796     </member>
797     <member name="P:System.Globalization.JapaneseLunisolarCalendar.Eras">
798       <summary>Gets the eras that are relevant to the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> object.</summary>
799       <returns>An array of 32-bit signed integers that specify the relevant eras.</returns>
800     </member>
801     <member name="M:System.Globalization.JapaneseLunisolarCalendar.GetEra(System.DateTime)">
802       <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime"></see>.</summary>
803       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
804       <returns>An integer that represents the era specified in the <paramref name="time">time</paramref> parameter.</returns>
805     </member>
806     <member name="P:System.Globalization.JapaneseLunisolarCalendar.MaxSupportedDateTime">
807       <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> class.</summary>
808       <returns>The latest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> class, which is equivalent to the last moment of January 22, 2050 C.E. in the Gregorian calendar.</returns>
809     </member>
810     <member name="P:System.Globalization.JapaneseLunisolarCalendar.MinSupportedDateTime">
811       <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> class.</summary>
812       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JapaneseLunisolarCalendar"></see> class, which is equivalent to the first moment of January 28, 1960 C.E. in the Gregorian calendar.</returns>
813     </member>
814     <member name="T:System.Globalization.JulianCalendar">
815       <summary>Represents the Julian calendar.</summary>
816     </member>
817     <member name="M:System.Globalization.JulianCalendar.#ctor">
818       <summary>Initializes a new instance of the <see cref="T:System.Globalization.JulianCalendar"></see> class.</summary>
819     </member>
820     <member name="M:System.Globalization.JulianCalendar.AddMonths(System.DateTime,System.Int32)">
821       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
822       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
823       <param name="months">The number of months to add.</param>
824       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
825       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
826       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
827     </member>
828     <member name="M:System.Globalization.JulianCalendar.AddYears(System.DateTime,System.Int32)">
829       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
830       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
831       <param name="years">The number of years to add.</param>
832       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
833       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
834     </member>
835     <member name="P:System.Globalization.JulianCalendar.Eras">
836       <summary>Gets the list of eras in the <see cref="T:System.Globalization.JulianCalendar"></see>.</summary>
837       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.JulianCalendar"></see>.</returns>
838     </member>
839     <member name="M:System.Globalization.JulianCalendar.GetDayOfMonth(System.DateTime)">
840       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
841       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
842       <returns>An integer from 1 to 31 that represents the day of the month in <paramref name="time">time</paramref>.</returns>
843     </member>
844     <member name="M:System.Globalization.JulianCalendar.GetDayOfWeek(System.DateTime)">
845       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
846       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
847       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in <paramref name="time">time</paramref>.</returns>
848     </member>
849     <member name="M:System.Globalization.JulianCalendar.GetDayOfYear(System.DateTime)">
850       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
851       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
852       <returns>An integer from 1 to 366 that represents the day of the year in <paramref name="time">time</paramref>.</returns>
853     </member>
854     <member name="M:System.Globalization.JulianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
855       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
856       <param name="year">An integer that represents the year.</param>
857       <param name="month">An integer from 1 to 12 that represents the month.</param>
858       <param name="era">An integer that represents the era.</param>
859       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
860       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.</exception>
861     </member>
862     <member name="M:System.Globalization.JulianCalendar.GetDaysInYear(System.Int32,System.Int32)">
863       <summary>Returns the number of days in the specified year in the specified era.</summary>
864       <param name="year">An integer that represents the year.</param>
865       <param name="era">An integer that represents the era.</param>
866       <returns>The number of days in the specified year in the specified era.</returns>
867       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
868     </member>
869     <member name="M:System.Globalization.JulianCalendar.GetEra(System.DateTime)">
870       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
871       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
872       <returns>An integer that represents the era in <paramref name="time">time</paramref>.</returns>
873     </member>
874     <member name="M:System.Globalization.JulianCalendar.GetLeapMonth(System.Int32,System.Int32)">
875       <summary>Calculates the leap month for a specified year and era.</summary>
876       <param name="year">An integer that represents the year.</param>
877       <param name="era">An integer that represents the era.</param>
878       <returns>A positive integer that indicates the leap month in the specified year and era. Alternatively, this method returns zero if the calendar does not support a leap month, or if <paramref name="year">year</paramref> and <paramref name="era">era</paramref> do not specify a leap year.</returns>
879     </member>
880     <member name="M:System.Globalization.JulianCalendar.GetMonth(System.DateTime)">
881       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
882       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
883       <returns>An integer from 1 to 12 that represents the month in <paramref name="time">time</paramref>.</returns>
884     </member>
885     <member name="M:System.Globalization.JulianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
886       <summary>Returns the number of months in the specified year in the specified era.</summary>
887       <param name="year">An integer that represents the year.</param>
888       <param name="era">An integer that represents the era.</param>
889       <returns>The number of months in the specified year in the specified era.</returns>
890       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="era">era</paramref> is outside the range supported by the calendar.   -or-  <paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
891     </member>
892     <member name="M:System.Globalization.JulianCalendar.GetYear(System.DateTime)">
893       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
894       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
895       <returns>An integer that represents the year in <paramref name="time">time</paramref>.</returns>
896     </member>
897     <member name="M:System.Globalization.JulianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
898       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
899       <param name="year">An integer that represents the year.</param>
900       <param name="month">An integer from 1 to 12 that represents the month.</param>
901       <param name="day">An integer from 1 to 31 that represents the day.</param>
902       <param name="era">An integer that represents the era.</param>
903       <returns>true if the specified day is a leap day; otherwise, false.</returns>
904       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
905     </member>
906     <member name="M:System.Globalization.JulianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
907       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
908       <param name="year">An integer that represents the year.</param>
909       <param name="month">An integer from 1 to 12 that represents the month.</param>
910       <param name="era">An integer that represents the era.</param>
911       <returns>This method always returns false, unless overridden by a derived class.</returns>
912       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
913     </member>
914     <member name="M:System.Globalization.JulianCalendar.IsLeapYear(System.Int32,System.Int32)">
915       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
916       <param name="year">An integer that represents the year.</param>
917       <param name="era">An integer that represents the era.</param>
918       <returns>true if the specified year is a leap year; otherwise, false.</returns>
919       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
920     </member>
921     <member name="P:System.Globalization.JulianCalendar.MaxSupportedDateTime">
922       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar"></see> class.</summary>
923       <returns>The latest date and time supported by the <see cref="T:System.Globalization.JulianCalendar"></see> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
924     </member>
925     <member name="P:System.Globalization.JulianCalendar.MinSupportedDateTime">
926       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar"></see> class.</summary>
927       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.JulianCalendar"></see> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
928     </member>
929     <member name="M:System.Globalization.JulianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
930       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
931       <param name="year">An integer that represents the year.</param>
932       <param name="month">An integer from 1 to 12 that represents the month.</param>
933       <param name="day">An integer from 1 to 31 that represents the day.</param>
934       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
935       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
936       <param name="second">An integer from 0 to 59 that represents the second.</param>
937       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
938       <param name="era">An integer that represents the era.</param>
939       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
940       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
941     </member>
942     <member name="M:System.Globalization.JulianCalendar.ToFourDigitYear(System.Int32)">
943       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.JulianCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
944       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
945       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
946       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
947     </member>
948     <member name="P:System.Globalization.JulianCalendar.TwoDigitYearMax">
949       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
950       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
951       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than MaxSupportedDateTime.Year.</exception>
952       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
953     </member>
954     <member name="T:System.Globalization.KoreanCalendar">
955       <summary>Represents the Korean calendar.</summary>
956     </member>
957     <member name="M:System.Globalization.KoreanCalendar.#ctor">
958       <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanCalendar"></see> class.</summary>
959       <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.KoreanCalendar"></see> object because of missing culture information.</exception>
960     </member>
961     <member name="M:System.Globalization.KoreanCalendar.AddMonths(System.DateTime,System.Int32)">
962       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
963       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
964       <param name="months">The number of months to add.</param>
965       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
966       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
967     </member>
968     <member name="M:System.Globalization.KoreanCalendar.AddYears(System.DateTime,System.Int32)">
969       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
970       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
971       <param name="years">The number of years to add.</param>
972       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
973       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="years">years</paramref> or <paramref name="time">time</paramref> is out of range.</exception>
974     </member>
975     <member name="P:System.Globalization.KoreanCalendar.Eras">
976       <summary>Gets the list of eras in the <see cref="T:System.Globalization.KoreanCalendar"></see>.</summary>
977       <returns>An array of integers that represents the eras in the <see cref="T:System.Globalization.KoreanCalendar"></see>.</returns>
978     </member>
979     <member name="M:System.Globalization.KoreanCalendar.GetDayOfMonth(System.DateTime)">
980       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
981       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
982       <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
983     </member>
984     <member name="M:System.Globalization.KoreanCalendar.GetDayOfWeek(System.DateTime)">
985       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
986       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
987       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
988     </member>
989     <member name="M:System.Globalization.KoreanCalendar.GetDayOfYear(System.DateTime)">
990       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
991       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
992       <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
993     </member>
994     <member name="M:System.Globalization.KoreanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
995       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
996       <param name="year">An integer that represents the year.</param>
997       <param name="month">An integer from 1 to 12 that represents the month.</param>
998       <param name="era">An integer that represents the era.</param>
999       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
1000       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1001     </member>
1002     <member name="M:System.Globalization.KoreanCalendar.GetDaysInYear(System.Int32,System.Int32)">
1003       <summary>Returns the number of days in the specified year in the specified era.</summary>
1004       <param name="year">An integer that represents the year.</param>
1005       <param name="era">An integer that represents the era.</param>
1006       <returns>The number of days in the specified year in the specified era.</returns>
1007       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1008     </member>
1009     <member name="M:System.Globalization.KoreanCalendar.GetEra(System.DateTime)">
1010       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
1011       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1012       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>.</returns>
1013     </member>
1014     <member name="M:System.Globalization.KoreanCalendar.GetLeapMonth(System.Int32,System.Int32)">
1015       <summary>Calculates the leap month for a specified year and era.</summary>
1016       <param name="year">A year.</param>
1017       <param name="era">An era.</param>
1018       <returns>The return value is always 0 because the <see cref="T:System.Globalization.KoreanCalendar"></see> class does not support the notion of a leap month.</returns>
1019     </member>
1020     <member name="M:System.Globalization.KoreanCalendar.GetMonth(System.DateTime)">
1021       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
1022       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1023       <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
1024     </member>
1025     <member name="M:System.Globalization.KoreanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
1026       <summary>Returns the number of months in the specified year in the specified era.</summary>
1027       <param name="year">An integer that represents the year.</param>
1028       <param name="era">An integer that represents the era.</param>
1029       <returns>The number of months in the specified year in the specified era.</returns>
1030       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1031     </member>
1032     <member name="M:System.Globalization.KoreanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
1033       <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime"></see>.</summary>
1034       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1035       <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule"></see> values that defines a calendar week.</param>
1036       <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek"></see> values that represents the first day of the week.</param>
1037       <returns>A 1-based integer that represents the week of the year that includes the date in the <paramref name="time">time</paramref> parameter.</returns>
1038       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> or <paramref name="firstDayOfWeek">firstDayOfWeek</paramref> is outside the range supported by the calendar.   -or-  <paramref name="rule">rule</paramref> is not a valid <see cref="T:System.Globalization.CalendarWeekRule"></see> value.</exception>
1039     </member>
1040     <member name="M:System.Globalization.KoreanCalendar.GetYear(System.DateTime)">
1041       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
1042       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1043       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1044     </member>
1045     <member name="M:System.Globalization.KoreanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
1046       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
1047       <param name="year">An integer that represents the year.</param>
1048       <param name="month">An integer from 1 to 12 that represents the month.</param>
1049       <param name="day">An integer from 1 to 31 that represents the day.</param>
1050       <param name="era">An integer that represents the era.</param>
1051       <returns>true if the specified day is a leap day; otherwise, false.</returns>
1052       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1053     </member>
1054     <member name="M:System.Globalization.KoreanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
1055       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
1056       <param name="year">An integer that represents the year.</param>
1057       <param name="month">An integer from 1 to 12 that represents the month.</param>
1058       <param name="era">An integer that represents the era.</param>
1059       <returns>This method always returns false, unless overridden by a derived class.</returns>
1060       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1061     </member>
1062     <member name="M:System.Globalization.KoreanCalendar.IsLeapYear(System.Int32,System.Int32)">
1063       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
1064       <param name="year">An integer that represents the year.</param>
1065       <param name="era">An integer that represents the era.</param>
1066       <returns>true if the specified year is a leap year; otherwise, false.</returns>
1067       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1068     </member>
1069     <member name="P:System.Globalization.KoreanCalendar.MaxSupportedDateTime">
1070       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar"></see> class.</summary>
1071       <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar"></see> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
1072     </member>
1073     <member name="P:System.Globalization.KoreanCalendar.MinSupportedDateTime">
1074       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar"></see> class.</summary>
1075       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanCalendar"></see> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
1076     </member>
1077     <member name="M:System.Globalization.KoreanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
1078       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
1079       <param name="year">An integer that represents the year.</param>
1080       <param name="month">An integer from 1 to 12 that represents the month.</param>
1081       <param name="day">An integer from 1 to 31 that represents the day.</param>
1082       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
1083       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
1084       <param name="second">An integer from 0 to 59 that represents the second.</param>
1085       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
1086       <param name="era">An integer that represents the era.</param>
1087       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
1088       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1089     </member>
1090     <member name="M:System.Globalization.KoreanCalendar.ToFourDigitYear(System.Int32)">
1091       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.KoreanCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
1092       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
1093       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
1094       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
1095     </member>
1096     <member name="P:System.Globalization.KoreanCalendar.TwoDigitYearMax">
1097       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
1098       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
1099       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than MaxSupportedDateTime.Year.</exception>
1100       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
1101     </member>
1102     <member name="T:System.Globalization.KoreanLunisolarCalendar">
1103       <summary>Represents time in divisions, such as months, days, and years. Years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
1104     </member>
1105     <member name="M:System.Globalization.KoreanLunisolarCalendar.#ctor">
1106       <summary>Initializes a new instance of the <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> class.</summary>
1107     </member>
1108     <member name="P:System.Globalization.KoreanLunisolarCalendar.Eras">
1109       <summary>Gets the eras that correspond to the range of dates and times supported by the current <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> object.</summary>
1110       <returns>An array of 32-bit signed integers that specify the relevant eras. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> object is always an array containing one element equal to the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra"></see> value.</returns>
1111     </member>
1112     <member name="M:System.Globalization.KoreanLunisolarCalendar.GetEra(System.DateTime)">
1113       <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime"></see>.</summary>
1114       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1115       <returns>An integer that represents the era specified by the <paramref name="time">time</paramref> parameter. The return value for a <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> object is always the <see cref="F:System.Globalization.KoreanLunisolarCalendar.GregorianEra"></see> value.</returns>
1116       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> represents a date and time less than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime"></see>.</exception>
1117     </member>
1118     <member name="P:System.Globalization.KoreanLunisolarCalendar.MaxSupportedDateTime">
1119       <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> class.</summary>
1120       <returns>The latest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> class, which is equivalent to the last  moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
1121     </member>
1122     <member name="P:System.Globalization.KoreanLunisolarCalendar.MinSupportedDateTime">
1123       <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> class.</summary>
1124       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.KoreanLunisolarCalendar"></see> class, which is equivalent to the first moment of February 14, 918 C.E. in the Gregorian calendar.</returns>
1125     </member>
1126     <member name="T:System.Globalization.PersianCalendar">
1127       <summary>Represents the Persian calendar.</summary>
1128     </member>
1129     <member name="M:System.Globalization.PersianCalendar.#ctor">
1130       <summary>Initializes a new instance of the <see cref="T:System.Globalization.PersianCalendar"></see> class.</summary>
1131     </member>
1132     <member name="M:System.Globalization.PersianCalendar.AddMonths(System.DateTime,System.Int32)">
1133       <summary>Returns a <see cref="T:System.DateTime"></see> object that is offset the specified number of months from the specified <see cref="T:System.DateTime"></see> object.</summary>
1134       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
1135       <param name="months">The positive or negative number of months to add.</param>
1136       <returns>A <see cref="T:System.DateTime"></see> object that represents the date yielded by adding the number of months specified by the <paramref name="months">months</paramref> parameter to the date specified by the <paramref name="time">time</paramref> parameter.</returns>
1137       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1138       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120,000 or greater than 120,000.</exception>
1139     </member>
1140     <member name="M:System.Globalization.PersianCalendar.AddYears(System.DateTime,System.Int32)">
1141       <summary>Returns a <see cref="T:System.DateTime"></see> object that is offset the specified number of years from the specified <see cref="T:System.DateTime"></see> object.</summary>
1142       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
1143       <param name="years">The positive or negative number of years to add.</param>
1144       <returns>The <see cref="T:System.DateTime"></see> object that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see> object.</returns>
1145       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1146       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="years">years</paramref> is less than -10,000 or greater than 10,000.</exception>
1147     </member>
1148     <member name="P:System.Globalization.PersianCalendar.Eras">
1149       <summary>Gets the list of eras in a <see cref="T:System.Globalization.PersianCalendar"></see> object.</summary>
1150       <returns>An array of integers that represents the eras in a <see cref="T:System.Globalization.PersianCalendar"></see> object. The array consists of a single element having a value of <see cref="F:System.Globalization.PersianCalendar.PersianEra"></see>.</returns>
1151     </member>
1152     <member name="M:System.Globalization.PersianCalendar.GetDayOfMonth(System.DateTime)">
1153       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see> object.</summary>
1154       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1155       <returns>An integer from 1 through 31 that represents the day of the month in the specified <see cref="T:System.DateTime"></see> object.</returns>
1156       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time">time</paramref> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime"></see>.</exception>
1157     </member>
1158     <member name="M:System.Globalization.PersianCalendar.GetDayOfWeek(System.DateTime)">
1159       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see> object.</summary>
1160       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1161       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see> object.</returns>
1162     </member>
1163     <member name="M:System.Globalization.PersianCalendar.GetDayOfYear(System.DateTime)">
1164       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see> object.</summary>
1165       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1166       <returns>An integer from 1 through 366 that represents the day of the year in the specified <see cref="T:System.DateTime"></see> object.</returns>
1167       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time">time</paramref> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime"></see>.</exception>
1168     </member>
1169     <member name="M:System.Globalization.PersianCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
1170       <summary>Returns the number of days in the specified month of the specified year and era.</summary>
1171       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1172       <param name="month">An integer that represents the month, and ranges from 1 through 12 if year is not 9378, or 1 through 10 if year is 9378.</param>
1173       <param name="era">An integer from 0 through 1 that represents the era.</param>
1174       <returns>The number of days in the specified month of the specified year and era.</returns>
1175       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1176     </member>
1177     <member name="M:System.Globalization.PersianCalendar.GetDaysInYear(System.Int32,System.Int32)">
1178       <summary>Returns the number of days in the specified year of the specified era.</summary>
1179       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1180       <param name="era">An integer from 0 through 1 that represents the era.</param>
1181       <returns>The number of days in the specified year and era. The number of days is 365 in a common year or 366 in a leap year.</returns>
1182       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1183     </member>
1184     <member name="M:System.Globalization.PersianCalendar.GetEra(System.DateTime)">
1185       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see> object.</summary>
1186       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1187       <returns>Always returns <see cref="F:System.Globalization.PersianCalendar.PersianEra"></see>.</returns>
1188       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time">time</paramref> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime"></see>.</exception>
1189     </member>
1190     <member name="M:System.Globalization.PersianCalendar.GetLeapMonth(System.Int32,System.Int32)">
1191       <summary>Returns the leap month for a specified year and era.</summary>
1192       <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
1193       <param name="era">An integer from 0 through 1 that represents the era.</param>
1194       <returns>The return value is always 0.</returns>
1195       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1196     </member>
1197     <member name="M:System.Globalization.PersianCalendar.GetMonth(System.DateTime)">
1198       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see> object.</summary>
1199       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1200       <returns>An integer from 1 through 12 that represents the month in the specified <see cref="T:System.DateTime"></see> object.</returns>
1201       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time">time</paramref> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime"></see>.</exception>
1202     </member>
1203     <member name="M:System.Globalization.PersianCalendar.GetMonthsInYear(System.Int32,System.Int32)">
1204       <summary>Returns the number of months in the specified year of the specified era.</summary>
1205       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1206       <param name="era">An integer from 0 through 1 that represents the era.</param>
1207       <returns>Returns 10 if the <paramref name="year">year</paramref> parameter is 9378; otherwise, always returns 12.</returns>
1208       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1209     </member>
1210     <member name="M:System.Globalization.PersianCalendar.GetYear(System.DateTime)">
1211       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see> object.</summary>
1212       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1213       <returns>An integer from 1 through 9378 that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1214       <exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="time">time</paramref> parameter represents a date less than <see cref="P:System.Globalization.PersianCalendar.MinSupportedDateTime"></see> or greater than <see cref="P:System.Globalization.PersianCalendar.MaxSupportedDateTime"></see>.</exception>
1215     </member>
1216     <member name="M:System.Globalization.PersianCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
1217       <summary>Determines whether the specified date is a leap day.</summary>
1218       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1219       <param name="month">An integer that represents the month and ranges from 1 through 12 if year is not 9378, or 1 through 10 if year is 9378.</param>
1220       <param name="day">An integer from 1 through 31 that represents the day.</param>
1221       <param name="era">An integer from 0 through 1 that represents the era.</param>
1222       <returns>true if the specified day is a leap day; otherwise, false.</returns>
1223       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1224     </member>
1225     <member name="M:System.Globalization.PersianCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
1226       <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
1227       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1228       <param name="month">An integer that represents the month and ranges from 1 through 12 if year is not 9378, or 1 through 10 if year is 9378.</param>
1229       <param name="era">An integer from 0 through 1 that represents the era.</param>
1230       <returns>Always returns false because the <see cref="T:System.Globalization.PersianCalendar"></see> class does not support the notion of a leap month.</returns>
1231       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1232     </member>
1233     <member name="M:System.Globalization.PersianCalendar.IsLeapYear(System.Int32,System.Int32)">
1234       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
1235       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1236       <param name="era">An integer from 0 through 1 that represents the era.</param>
1237       <returns>true if the specified year is a leap year; otherwise, false.</returns>
1238       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1239     </member>
1240     <member name="P:System.Globalization.PersianCalendar.MaxSupportedDateTime">
1241       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar"></see> class.</summary>
1242       <returns>The latest date and time supported by the <see cref="T:System.Globalization.PersianCalendar"></see> class.</returns>
1243     </member>
1244     <member name="P:System.Globalization.PersianCalendar.MinSupportedDateTime">
1245       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar"></see> class.</summary>
1246       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.PersianCalendar"></see> class.</returns>
1247     </member>
1248     <member name="M:System.Globalization.PersianCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
1249       <summary>Returns a <see cref="T:System.DateTime"></see> object that is set to the specified date, time, and era.</summary>
1250       <param name="year">An integer from 1 through 9378 that represents the year.</param>
1251       <param name="month">An integer from 1 through 12 that represents the month.</param>
1252       <param name="day">An integer from 1 through 31 that represents the day.</param>
1253       <param name="hour">An integer from 0 through 23 that represents the hour.</param>
1254       <param name="minute">An integer from 0 through 59 that represents the minute.</param>
1255       <param name="second">An integer from 0 through 59 that represents the second.</param>
1256       <param name="millisecond">An integer from 0 through 999 that represents the millisecond.</param>
1257       <param name="era">An integer from 0 through 1 that represents the era.</param>
1258       <returns>A <see cref="T:System.DateTime"></see> object that is set to the specified date and time in the current era.</returns>
1259       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, <paramref name="hour">hour</paramref>, <paramref name="minute">minute</paramref>, <paramref name="second">second</paramref>, <paramref name="millisecond">millisecond</paramref>, or <paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1260     </member>
1261     <member name="M:System.Globalization.PersianCalendar.ToFourDigitYear(System.Int32)">
1262       <summary>Converts the specified year to a four-digit year representation.</summary>
1263       <param name="year">An integer from 1 through 9378 that represents the year to convert.</param>
1264       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
1265       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is less than 0 or greater than 9378.</exception>
1266     </member>
1267     <member name="P:System.Globalization.PersianCalendar.TwoDigitYearMax">
1268       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
1269       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
1270       <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
1271       <exception cref="T:System.ArgumentOutOfRangeException">The value in a set operation is less than 100 or greater than 9378.</exception>
1272     </member>
1273     <member name="T:System.Globalization.TaiwanCalendar">
1274       <summary>the Taiwan calendar.</summary>
1275     </member>
1276     <member name="M:System.Globalization.TaiwanCalendar.#ctor">
1277       <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanCalendar"></see> class.</summary>
1278       <exception cref="T:System.TypeInitializationException">Unable to initialize a <see cref="T:System.Globalization.TaiwanCalendar"></see> object because of missing culture information.</exception>
1279     </member>
1280     <member name="M:System.Globalization.TaiwanCalendar.AddMonths(System.DateTime,System.Int32)">
1281       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
1282       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
1283       <param name="months">The number of months to add.</param>
1284       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
1285       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1286       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
1287     </member>
1288     <member name="M:System.Globalization.TaiwanCalendar.AddYears(System.DateTime,System.Int32)">
1289       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
1290       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
1291       <param name="years">The number of years to add.</param>
1292       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
1293       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1294     </member>
1295     <member name="P:System.Globalization.TaiwanCalendar.Eras">
1296       <summary>Gets the list of eras in the <see cref="T:System.Globalization.TaiwanCalendar"></see>.</summary>
1297       <returns>An array that consists of a single element for which the value is always the current era.</returns>
1298     </member>
1299     <member name="M:System.Globalization.TaiwanCalendar.GetDayOfMonth(System.DateTime)">
1300       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
1301       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1302       <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
1303     </member>
1304     <member name="M:System.Globalization.TaiwanCalendar.GetDayOfWeek(System.DateTime)">
1305       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
1306       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1307       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
1308     </member>
1309     <member name="M:System.Globalization.TaiwanCalendar.GetDayOfYear(System.DateTime)">
1310       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
1311       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1312       <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1313     </member>
1314     <member name="M:System.Globalization.TaiwanCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
1315       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
1316       <param name="year">An integer that represents the year.</param>
1317       <param name="month">An integer from 1 to 12 that represents the month.</param>
1318       <param name="era">An integer that represents the era.</param>
1319       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
1320       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1321     </member>
1322     <member name="M:System.Globalization.TaiwanCalendar.GetDaysInYear(System.Int32,System.Int32)">
1323       <summary>Returns the number of days in the specified year in the specified era.</summary>
1324       <param name="year">An integer that represents the year.</param>
1325       <param name="era">An integer that represents the era.</param>
1326       <returns>The number of days in the specified year in the specified era.</returns>
1327       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1328     </member>
1329     <member name="M:System.Globalization.TaiwanCalendar.GetEra(System.DateTime)">
1330       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
1331       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1332       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>.</returns>
1333     </member>
1334     <member name="M:System.Globalization.TaiwanCalendar.GetLeapMonth(System.Int32,System.Int32)">
1335       <summary>Calculates the leap month for a specified year and era.</summary>
1336       <param name="year">A year.</param>
1337       <param name="era">An era.</param>
1338       <returns>The return value is always 0 because the <see cref="T:System.Globalization.TaiwanCalendar"></see> class does not support the notion of a leap month.</returns>
1339     </member>
1340     <member name="M:System.Globalization.TaiwanCalendar.GetMonth(System.DateTime)">
1341       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
1342       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1343       <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
1344     </member>
1345     <member name="M:System.Globalization.TaiwanCalendar.GetMonthsInYear(System.Int32,System.Int32)">
1346       <summary>Returns the number of months in the specified year in the specified era.</summary>
1347       <param name="year">An integer that represents the year.</param>
1348       <param name="era">An integer that represents the era.</param>
1349       <returns>The number of months in the specified year in the specified era.</returns>
1350       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1351     </member>
1352     <member name="M:System.Globalization.TaiwanCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
1353       <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime"></see>.</summary>
1354       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1355       <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule"></see> values that defines a calendar week.</param>
1356       <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek"></see> values that represents the first day of the week.</param>
1357       <returns>A positive integer that represents the week of the year that includes the date in the <paramref name="time">time</paramref> parameter.</returns>
1358       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> or <paramref name="firstDayOfWeek">firstDayOfWeek</paramref> is outside the range supported by the calendar.   -or-  <paramref name="rule">rule</paramref> is not a valid <see cref="T:System.Globalization.CalendarWeekRule"></see> value.</exception>
1359     </member>
1360     <member name="M:System.Globalization.TaiwanCalendar.GetYear(System.DateTime)">
1361       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
1362       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1363       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1364     </member>
1365     <member name="M:System.Globalization.TaiwanCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
1366       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
1367       <param name="year">An integer that represents the year.</param>
1368       <param name="month">An integer from 1 to 12 that represents the month.</param>
1369       <param name="day">An integer from 1 to 31 that represents the day.</param>
1370       <param name="era">An integer that represents the era.</param>
1371       <returns>true if the specified day is a leap day; otherwise, false.</returns>
1372       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1373     </member>
1374     <member name="M:System.Globalization.TaiwanCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
1375       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
1376       <param name="year">An integer that represents the year.</param>
1377       <param name="month">An integer from 1 to 12 that represents the month.</param>
1378       <param name="era">An integer that represents the era.</param>
1379       <returns>This method always returns false, unless overridden by a derived class.</returns>
1380       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1381     </member>
1382     <member name="M:System.Globalization.TaiwanCalendar.IsLeapYear(System.Int32,System.Int32)">
1383       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
1384       <param name="year">An integer that represents the year.</param>
1385       <param name="era">An integer that represents the era.</param>
1386       <returns>true if the specified year is a leap year; otherwise, false.</returns>
1387       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1388     </member>
1389     <member name="P:System.Globalization.TaiwanCalendar.MaxSupportedDateTime">
1390       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar"></see> class.</summary>
1391       <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar"></see> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
1392     </member>
1393     <member name="P:System.Globalization.TaiwanCalendar.MinSupportedDateTime">
1394       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar"></see> class.</summary>
1395       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanCalendar"></see> class, which is equivalent to the first moment of January 1, 1912 C.E. in the Gregorian calendar.</returns>
1396     </member>
1397     <member name="M:System.Globalization.TaiwanCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
1398       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
1399       <param name="year">An integer that represents the year.</param>
1400       <param name="month">An integer from 1 to 12 that represents the month.</param>
1401       <param name="day">An integer from 1 to 31 that represents the day.</param>
1402       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
1403       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
1404       <param name="second">An integer from 0 to 59 that represents the second.</param>
1405       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
1406       <param name="era">An integer that represents the era.</param>
1407       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
1408       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1409     </member>
1410     <member name="M:System.Globalization.TaiwanCalendar.ToFourDigitYear(System.Int32)">
1411       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
1412       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
1413       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
1414       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
1415     </member>
1416     <member name="P:System.Globalization.TaiwanCalendar.TwoDigitYearMax">
1417       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
1418       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
1419       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than MaxSupportedDateTime.Year.</exception>
1420       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
1421     </member>
1422     <member name="T:System.Globalization.TaiwanLunisolarCalendar">
1423       <summary>Represents the Taiwan lunisolar calendar. As for the Taiwan calendar, years are calculated using the Gregorian calendar, while days and months are calculated using the lunisolar calendar.</summary>
1424     </member>
1425     <member name="M:System.Globalization.TaiwanLunisolarCalendar.#ctor">
1426       <summary>Initializes a new instance of the <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> class.</summary>
1427     </member>
1428     <member name="P:System.Globalization.TaiwanLunisolarCalendar.Eras">
1429       <summary>Gets the eras that are relevant to the current <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> object.</summary>
1430       <returns>An array that consists of a single element having a value that is always the current era.</returns>
1431     </member>
1432     <member name="M:System.Globalization.TaiwanLunisolarCalendar.GetEra(System.DateTime)">
1433       <summary>Retrieves the era that corresponds to the specified <see cref="T:System.DateTime"></see>.</summary>
1434       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1435       <returns>An integer that represents the era specified in the <paramref name="time">time</paramref> parameter.</returns>
1436     </member>
1437     <member name="P:System.Globalization.TaiwanLunisolarCalendar.MaxSupportedDateTime">
1438       <summary>Gets the maximum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> class.</summary>
1439       <returns>The latest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> class, which is equivalent to the last moment of February 10, 2051 C.E. in the Gregorian calendar.</returns>
1440     </member>
1441     <member name="P:System.Globalization.TaiwanLunisolarCalendar.MinSupportedDateTime">
1442       <summary>Gets the minimum date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> class.</summary>
1443       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.TaiwanLunisolarCalendar"></see> class, which is equivalent to the first moment of February 18, 1912 C.E. in the Gregorian calendar.</returns>
1444     </member>
1445     <member name="T:System.Globalization.ThaiBuddhistCalendar">
1446       <summary>Represents the Thai Buddhist calendar.</summary>
1447     </member>
1448     <member name="M:System.Globalization.ThaiBuddhistCalendar.#ctor">
1449       <summary>Initializes a new instance of the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class.</summary>
1450     </member>
1451     <member name="M:System.Globalization.ThaiBuddhistCalendar.AddMonths(System.DateTime,System.Int32)">
1452       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of months away from the specified <see cref="T:System.DateTime"></see>.</summary>
1453       <param name="time">The <see cref="T:System.DateTime"></see> to which to add months.</param>
1454       <param name="months">The number of months to add.</param>
1455       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of months to the specified <see cref="T:System.DateTime"></see>.</returns>
1456       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1457       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120000.   -or-  <paramref name="months">months</paramref> is greater than 120000.</exception>
1458     </member>
1459     <member name="M:System.Globalization.ThaiBuddhistCalendar.AddYears(System.DateTime,System.Int32)">
1460       <summary>Returns a <see cref="T:System.DateTime"></see> that is the specified number of years away from the specified <see cref="T:System.DateTime"></see>.</summary>
1461       <param name="time">The <see cref="T:System.DateTime"></see> to which to add years.</param>
1462       <param name="years">The number of years to add.</param>
1463       <returns>The <see cref="T:System.DateTime"></see> that results from adding the specified number of years to the specified <see cref="T:System.DateTime"></see>.</returns>
1464       <exception cref="T:System.ArgumentException">The resulting <see cref="T:System.DateTime"></see> is outside the supported range.</exception>
1465     </member>
1466     <member name="P:System.Globalization.ThaiBuddhistCalendar.Eras">
1467       <summary>Gets the list of eras in the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class.</summary>
1468       <returns>An array that consists of a single element having a value that is always the current era.</returns>
1469     </member>
1470     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfMonth(System.DateTime)">
1471       <summary>Returns the day of the month in the specified <see cref="T:System.DateTime"></see>.</summary>
1472       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1473       <returns>An integer from 1 to 31 that represents the day of the month in the specified <see cref="T:System.DateTime"></see>.</returns>
1474     </member>
1475     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfWeek(System.DateTime)">
1476       <summary>Returns the day of the week in the specified <see cref="T:System.DateTime"></see>.</summary>
1477       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1478       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week in the specified <see cref="T:System.DateTime"></see>.</returns>
1479     </member>
1480     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDayOfYear(System.DateTime)">
1481       <summary>Returns the day of the year in the specified <see cref="T:System.DateTime"></see>.</summary>
1482       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1483       <returns>An integer from 1 to 366 that represents the day of the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1484     </member>
1485     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
1486       <summary>Returns the number of days in the specified month in the specified year in the specified era.</summary>
1487       <param name="year">An integer that represents the year.</param>
1488       <param name="month">An integer from 1 to 12 that represents the month.</param>
1489       <param name="era">An integer that represents the era.</param>
1490       <returns>The number of days in the specified month in the specified year in the specified era.</returns>
1491       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1492     </member>
1493     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetDaysInYear(System.Int32,System.Int32)">
1494       <summary>Returns the number of days in the specified year in the specified era.</summary>
1495       <param name="year">An integer that represents the year.</param>
1496       <param name="era">An integer that represents the era.</param>
1497       <returns>The number of days in the specified year in the specified era.</returns>
1498       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1499     </member>
1500     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetEra(System.DateTime)">
1501       <summary>Returns the era in the specified <see cref="T:System.DateTime"></see>.</summary>
1502       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1503       <returns>An integer that represents the era in the specified <see cref="T:System.DateTime"></see>.</returns>
1504     </member>
1505     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetLeapMonth(System.Int32,System.Int32)">
1506       <summary>Calculates the leap month for a specified year and era.</summary>
1507       <param name="year">A year.</param>
1508       <param name="era">An era.</param>
1509       <returns>The return value is always 0 because the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class does not support the notion of a leap month.</returns>
1510     </member>
1511     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonth(System.DateTime)">
1512       <summary>Returns the month in the specified <see cref="T:System.DateTime"></see>.</summary>
1513       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1514       <returns>An integer from 1 to 12 that represents the month in the specified <see cref="T:System.DateTime"></see>.</returns>
1515     </member>
1516     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetMonthsInYear(System.Int32,System.Int32)">
1517       <summary>Returns the number of months in the specified year in the specified era.</summary>
1518       <param name="year">An integer that represents the year.</param>
1519       <param name="era">An integer that represents the era.</param>
1520       <returns>The number of months in the specified year in the specified era.</returns>
1521       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1522     </member>
1523     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetWeekOfYear(System.DateTime,System.Globalization.CalendarWeekRule,System.DayOfWeek)">
1524       <summary>Returns the week of the year that includes the date in the specified <see cref="T:System.DateTime"></see>.</summary>
1525       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1526       <param name="rule">One of the <see cref="T:System.Globalization.CalendarWeekRule"></see> values that defines a calendar week.</param>
1527       <param name="firstDayOfWeek">One of the <see cref="T:System.DayOfWeek"></see> values that represents the first day of the week.</param>
1528       <returns>A 1-based positive integer that represents the week of the year that includes the date in the <paramref name="time">time</paramref> parameter.</returns>
1529       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> or <paramref name="firstDayOfWeek">firstDayOfWeek</paramref> is outside the range supported by the calendar.   -or-  <paramref name="rule">rule</paramref> is not a valid <see cref="T:System.Globalization.CalendarWeekRule"></see> value.</exception>
1530     </member>
1531     <member name="M:System.Globalization.ThaiBuddhistCalendar.GetYear(System.DateTime)">
1532       <summary>Returns the year in the specified <see cref="T:System.DateTime"></see>.</summary>
1533       <param name="time">The <see cref="T:System.DateTime"></see> to read.</param>
1534       <returns>An integer that represents the year in the specified <see cref="T:System.DateTime"></see>.</returns>
1535     </member>
1536     <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
1537       <summary>Determines whether the specified date in the specified era is a leap day.</summary>
1538       <param name="year">An integer that represents the year.</param>
1539       <param name="month">An integer from 1 to 12 that represents the month.</param>
1540       <param name="day">An integer from 1 to 31 that represents the day.</param>
1541       <param name="era">An integer that represents the era.</param>
1542       <returns>true if the specified day is a leap day; otherwise, false.</returns>
1543       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1544     </member>
1545     <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
1546       <summary>Determines whether the specified month in the specified year in the specified era is a leap month.</summary>
1547       <param name="year">An integer that represents the year.</param>
1548       <param name="month">An integer from 1 to 12 that represents the month.</param>
1549       <param name="era">An integer that represents the era.</param>
1550       <returns>This method always returns false, unless overridden by a derived class.</returns>
1551       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1552     </member>
1553     <member name="M:System.Globalization.ThaiBuddhistCalendar.IsLeapYear(System.Int32,System.Int32)">
1554       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
1555       <param name="year">An integer that represents the year.</param>
1556       <param name="era">An integer that represents the era.</param>
1557       <returns>true if the specified year is a leap year; otherwise, false.</returns>
1558       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1559     </member>
1560     <member name="P:System.Globalization.ThaiBuddhistCalendar.MaxSupportedDateTime">
1561       <summary>Gets the latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class.</summary>
1562       <returns>The latest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class, which is equivalent to the last moment of December 31, 9999 C.E. in the Gregorian calendar.</returns>
1563     </member>
1564     <member name="P:System.Globalization.ThaiBuddhistCalendar.MinSupportedDateTime">
1565       <summary>Gets the earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class.</summary>
1566       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.ThaiBuddhistCalendar"></see> class, which is equivalent to the first moment of January 1, 0001 C.E. in the Gregorian calendar.</returns>
1567     </member>
1568     <member name="M:System.Globalization.ThaiBuddhistCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
1569       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date and time in the specified era.</summary>
1570       <param name="year">An integer that represents the year.</param>
1571       <param name="month">An integer from 1 to 12 that represents the month.</param>
1572       <param name="day">An integer from 1 to 31 that represents the day.</param>
1573       <param name="hour">An integer from 0 to 23 that represents the hour.</param>
1574       <param name="minute">An integer from 0 to 59 that represents the minute.</param>
1575       <param name="second">An integer from 0 to 59 that represents the second.</param>
1576       <param name="millisecond">An integer from 0 to 999 that represents the millisecond.</param>
1577       <param name="era">An integer that represents the era.</param>
1578       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
1579       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.   -or-  <paramref name="month">month</paramref> is outside the range supported by the calendar.   -or-  <paramref name="day">day</paramref> is outside the range supported by the calendar.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.   -or-  <paramref name="era">era</paramref> is outside the range supported by the calendar.</exception>
1580     </member>
1581     <member name="M:System.Globalization.ThaiBuddhistCalendar.ToFourDigitYear(System.Int32)">
1582       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
1583       <param name="year">A two-digit or four-digit integer that represents the year to convert.</param>
1584       <returns>An integer that contains the four-digit representation of <paramref name="year">year</paramref>.</returns>
1585       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by the calendar.</exception>
1586     </member>
1587     <member name="P:System.Globalization.ThaiBuddhistCalendar.TwoDigitYearMax">
1588       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
1589       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
1590       <exception cref="T:System.ArgumentOutOfRangeException">The value specified in a set operation is less than 99.   -or-   The value specified in a set operation is greater than MaxSupportedDateTime.Year.</exception>
1591       <exception cref="T:System.InvalidOperationException">In a set operation, the current instance is read-only.</exception>
1592     </member>
1593     <member name="T:System.Globalization.UmAlQuraCalendar">
1594       <summary>Represents the Saudi Hijri (Um Al Qura) calendar.</summary>
1595     </member>
1596     <member name="M:System.Globalization.UmAlQuraCalendar.#ctor">
1597       <summary>Initializes a new instance of the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</summary>
1598     </member>
1599     <member name="M:System.Globalization.UmAlQuraCalendar.AddMonths(System.DateTime,System.Int32)">
1600       <summary>Calculates a date that is a specified number of months away from a specified initial date.</summary>
1601       <param name="time">The date to which to add months. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1602       <param name="months">The positive or negative number of months to add.</param>
1603       <returns>The date yielded by adding the number of months specified by the <paramref name="months">months</paramref> parameter to the date specified by the <paramref name="time">time</paramref> parameter.</returns>
1604       <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1605       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="months">months</paramref> is less than -120,000 or greater than 120,000.   -or-  <paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1606     </member>
1607     <member name="M:System.Globalization.UmAlQuraCalendar.AddYears(System.DateTime,System.Int32)">
1608       <summary>Calculates a date that is a specified number of years away from a specified initial date.</summary>
1609       <param name="time">The date to which to add years. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1610       <param name="years">The positive or negative number of years to add.</param>
1611       <returns>The date yielded by adding the number of years specified by the <paramref name="years">years</paramref> parameter to the date specified by the <paramref name="time">time</paramref> parameter.</returns>
1612       <exception cref="T:System.ArgumentException">The resulting date is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1613       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="years">years</paramref> is less than -10,000 or greater than 10,000.   -or-  <paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1614     </member>
1615     <member name="P:System.Globalization.UmAlQuraCalendar.Eras">
1616       <summary>Gets a list of the eras that are supported by the current <see cref="T:System.Globalization.UmAlQuraCalendar"></see>.</summary>
1617       <returns>An array that consists of a single element having a value that is <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</returns>
1618     </member>
1619     <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfMonth(System.DateTime)">
1620       <summary>Calculates the day of the month on which a specified date occurs.</summary>
1621       <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1622       <returns>An integer from 1 through 30 that represents the day of the month specified by the <paramref name="time">time</paramref> parameter.</returns>
1623       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1624     </member>
1625     <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfWeek(System.DateTime)">
1626       <summary>Calculates the day of the week on which a specified date occurs.</summary>
1627       <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1628       <returns>A <see cref="T:System.DayOfWeek"></see> value that represents the day of the week specified by the <paramref name="time">time</paramref> parameter.</returns>
1629       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1630     </member>
1631     <member name="M:System.Globalization.UmAlQuraCalendar.GetDayOfYear(System.DateTime)">
1632       <summary>Calculates the day of the year on which a specified date occurs.</summary>
1633       <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1634       <returns>An integer from 1 through 355 that represents the day of the year specified by the <paramref name="time">time</paramref> parameter.</returns>
1635       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1636     </member>
1637     <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInMonth(System.Int32,System.Int32,System.Int32)">
1638       <summary>Calculates the number of days in the specified month of the specified year and era.</summary>
1639       <param name="year">A year.</param>
1640       <param name="month">An integer from 1 through 12 that represents a month.</param>
1641       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1642       <returns>The number of days in the specified month in the specified year and era. The return value is 29 in a common year and 30 in a leap year.</returns>
1643       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1644     </member>
1645     <member name="M:System.Globalization.UmAlQuraCalendar.GetDaysInYear(System.Int32,System.Int32)">
1646       <summary>Calculates the number of days in the specified year of the specified era.</summary>
1647       <param name="year">A year.</param>
1648       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1649       <returns>The number of days in the specified year and era. The number of days is 354 in a common year or 355 in a leap year.</returns>
1650       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1651     </member>
1652     <member name="M:System.Globalization.UmAlQuraCalendar.GetEra(System.DateTime)">
1653       <summary>Calculates the era in which a specified date occurs.</summary>
1654       <param name="time">The date value to read.</param>
1655       <returns>Always returns the <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see> value.</returns>
1656       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1657     </member>
1658     <member name="M:System.Globalization.UmAlQuraCalendar.GetLeapMonth(System.Int32,System.Int32)">
1659       <summary>Calculates the leap month for a specified year and era.</summary>
1660       <param name="year">A year.</param>
1661       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1662       <returns>Always 0 because the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class does not support leap months.</returns>
1663       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is less than 1318 or greater than 1450.   -or-  <paramref name="era">era</paramref> is not UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</exception>
1664     </member>
1665     <member name="M:System.Globalization.UmAlQuraCalendar.GetMonth(System.DateTime)">
1666       <summary>Calculates the month in which a specified date occurs.</summary>
1667       <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1668       <returns>An integer from 1 through 12 that represents the month in the date specified by the <paramref name="time">time</paramref> parameter.</returns>
1669       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1670     </member>
1671     <member name="M:System.Globalization.UmAlQuraCalendar.GetMonthsInYear(System.Int32,System.Int32)">
1672       <summary>Calculates the number of months in the specified year of the specified era.</summary>
1673       <param name="year">A year.</param>
1674       <param name="era">An era. Specify UmAlQuaraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1675       <returns>Always 12.</returns>
1676       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
1677       <exception cref="T:System.ArgumentException"><paramref name="era">era</paramref> is outside the range supported by this calendar.</exception>
1678     </member>
1679     <member name="M:System.Globalization.UmAlQuraCalendar.GetYear(System.DateTime)">
1680       <summary>Calculates the year of a date represented by a specified <see cref="T:System.DateTime"></see>.</summary>
1681       <param name="time">The date value to read. The <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class supports only dates from 04/30/1900 00.00.00 (Gregorian date) through 11/16/2077 23:59:59 (Gregorian date).</param>
1682       <returns>An integer that represents the year specified by the <paramref name="time">time</paramref> parameter.</returns>
1683       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="time">time</paramref> is outside the range supported by this calendar.</exception>
1684     </member>
1685     <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapDay(System.Int32,System.Int32,System.Int32,System.Int32)">
1686       <summary>Determines whether the specified date is a leap day.</summary>
1687       <param name="year">A year.</param>
1688       <param name="month">An integer from 1 through 12 that represents a month.</param>
1689       <param name="day">An integer from 1 through 30 that represents a day.</param>
1690       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1691       <returns>true if the specified day is a leap day; otherwise, false. The return value is always false because the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class does not support leap days.</returns>
1692       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1693     </member>
1694     <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapMonth(System.Int32,System.Int32,System.Int32)">
1695       <summary>Determines whether the specified month in the specified year and era is a leap month.</summary>
1696       <param name="year">A year.</param>
1697       <param name="month">An integer from 1 through 12 that represents a month.</param>
1698       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1699       <returns>Always false because the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class does not support leap months.</returns>
1700       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1701     </member>
1702     <member name="M:System.Globalization.UmAlQuraCalendar.IsLeapYear(System.Int32,System.Int32)">
1703       <summary>Determines whether the specified year in the specified era is a leap year.</summary>
1704       <param name="year">A year.</param>
1705       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1706       <returns>true if the specified year is a leap year; otherwise, false.</returns>
1707       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.</exception>
1708     </member>
1709     <member name="P:System.Globalization.UmAlQuraCalendar.MaxSupportedDateTime">
1710       <summary>Gets the latest date and time supported by this calendar.</summary>
1711       <returns>The latest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class, which is equivalent to the last moment of November 16, 2077 C.E. in the Gregorian calendar.</returns>
1712     </member>
1713     <member name="P:System.Globalization.UmAlQuraCalendar.MinSupportedDateTime">
1714       <summary>Gets the earliest date and time supported by this calendar.</summary>
1715       <returns>The earliest date and time supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class, which is equivalent to the first moment of April 30, 1900 C.E. in the Gregorian calendar.</returns>
1716     </member>
1717     <member name="M:System.Globalization.UmAlQuraCalendar.ToDateTime(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
1718       <summary>Returns a <see cref="T:System.DateTime"></see> that is set to the specified date, time, and era.</summary>
1719       <param name="year">A year.</param>
1720       <param name="month">An integer from 1 through 12 that represents a month.</param>
1721       <param name="day">An integer from 1 through 29 that represents a day.</param>
1722       <param name="hour">An integer from 0 through 23 that represents an hour.</param>
1723       <param name="minute">An integer from 0 through 59 that represents a minute.</param>
1724       <param name="second">An integer from 0 through 59 that represents a second.</param>
1725       <param name="millisecond">An integer from 0 through 999 that represents a millisecond.</param>
1726       <param name="era">An era. Specify UmAlQuraCalendar.Eras[UmAlQuraCalendar.CurrentEra] or <see cref="F:System.Globalization.UmAlQuraCalendar.UmAlQuraEra"></see>.</param>
1727       <returns>The <see cref="T:System.DateTime"></see> that is set to the specified date and time in the current era.</returns>
1728       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref>, <paramref name="month">month</paramref>, <paramref name="day">day</paramref>, or <paramref name="era">era</paramref> is outside the range supported by the <see cref="T:System.Globalization.UmAlQuraCalendar"></see> class.   -or-  <paramref name="hour">hour</paramref> is less than zero or greater than 23.   -or-  <paramref name="minute">minute</paramref> is less than zero or greater than 59.   -or-  <paramref name="second">second</paramref> is less than zero or greater than 59.   -or-  <paramref name="millisecond">millisecond</paramref> is less than zero or greater than 999.</exception>
1729     </member>
1730     <member name="M:System.Globalization.UmAlQuraCalendar.ToFourDigitYear(System.Int32)">
1731       <summary>Converts the specified year to a four-digit year by using the <see cref="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax"></see> property to determine the appropriate century.</summary>
1732       <param name="year">A 2-digit year from 0 through 99, or a 4-digit Um Al Qura calendar year from 1318 through 1450.</param>
1733       <returns>If the <paramref name="year">year</paramref> parameter is a 2-digit year, the return value is the corresponding 4-digit year. If the <paramref name="year">year</paramref> parameter is a 4-digit year, the return value is the unchanged <paramref name="year">year</paramref> parameter.</returns>
1734       <exception cref="T:System.ArgumentOutOfRangeException"><paramref name="year">year</paramref> is outside the range supported by this calendar.</exception>
1735     </member>
1736     <member name="P:System.Globalization.UmAlQuraCalendar.TwoDigitYearMax">
1737       <summary>Gets or sets the last year of a 100-year range that can be represented by a 2-digit year.</summary>
1738       <returns>The last year of a 100-year range that can be represented by a 2-digit year.</returns>
1739       <exception cref="T:System.InvalidOperationException">This calendar is read-only.</exception>
1740       <exception cref="T:System.ArgumentOutOfRangeException">In a set operation, the Um Al Qura calendar year value is less than 1318 but not 99, or is greater than 1450.</exception>
1741     </member>
1742   </members>
1743 </doc></span>