terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
GregorianCalendar.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x20005AA")]
12 [global::System.Serializable]
14 {
15 [global::System.Runtime.Serialization.OnDeserialized]
16 [global::Cpp2ILInjected.Token(Token = "0x6002B99")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1BECFAC", Offset = "0x1BECFAC", Length = "0xD4")]
18 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
23 {
24 typeof(global::System.IFormatProvider),
25 typeof(string),
26 typeof(object),
27 typeof(object)
28 }, ReturnType = typeof(string))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.Serialization.SerializationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
30 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
31 private void OnDeserialized(global::System.Runtime.Serialization.StreamingContext ctx)
32 {
33 throw null;
34 }
35
36 [global::System.Runtime.InteropServices.ComVisible(false)]
37 [global::Cpp2ILInjected.Token(Token = "0x1700066C")]
38 public override global::System.DateTime MinSupportedDateTime
39 {
40 [global::Cpp2ILInjected.Token(Token = "0x6002B9A")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1BED080", Offset = "0x1BED080", Length = "0x58")]
42 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
44 get
45 {
46 throw null;
47 }
48 }
49
50 [global::System.Runtime.InteropServices.ComVisible(false)]
51 [global::Cpp2ILInjected.Token(Token = "0x1700066D")]
52 public override global::System.DateTime MaxSupportedDateTime
53 {
54 [global::Cpp2ILInjected.Token(Token = "0x6002B9B")]
55 [global::Cpp2ILInjected.Address(RVA = "0x1BED0D8", Offset = "0x1BED0D8", Length = "0x58")]
56 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
57 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
58 get
59 {
60 throw null;
61 }
62 }
63
64 [global::Cpp2ILInjected.Token(Token = "0x6002B9C")]
65 [global::Cpp2ILInjected.Address(RVA = "0x1BED130", Offset = "0x1BED130", Length = "0xC8")]
66 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeFormat), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
67 {
68 typeof(global::System.ReadOnlySpan<char>),
69 typeof(ref global::System.DateTime),
71 typeof(ref global::System.TimeSpan)
72 }, ReturnType = typeof(string))]
73 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ParseISO8601", MemberParameters = new object[]
74 {
75 typeof(ref global::System.DateTimeRawInfo),
76 typeof(ref global::System.__DTString),
77 typeof(DateTimeStyles),
78 typeof(ref global::System.DateTimeResult)
79 }, ReturnType = typeof(bool))]
80 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "CheckDefaultDateTime", MemberParameters = new object[]
81 {
82 typeof(ref global::System.DateTimeResult),
84 typeof(DateTimeStyles)
85 }, ReturnType = typeof(bool))]
86 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.DateTimeParse), Member = "ExpandPredefinedFormat", MemberParameters = new object[]
87 {
88 typeof(global::System.ReadOnlySpan<char>),
89 typeof(ref DateTimeFormatInfo),
90 typeof(ref global::System.ParsingInfo),
91 typeof(ref global::System.DateTimeResult)
92 }, ReturnType = typeof(string))]
93 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(DateTimeFormatInfo), Member = ".ctor", ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 10)]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
97 internal static Calendar GetDefaultInstance()
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6002B9D")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1BED1F8", Offset = "0x1BED1F8", Length = "0x2C")]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
107 {
108 throw null;
109 }
110
111 [global::Cpp2ILInjected.Token(Token = "0x6002B9E")]
112 [global::Cpp2ILInjected.Address(RVA = "0x1BED224", Offset = "0x1BED224", Length = "0x128")]
113 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CultureInfo), Member = "CreateCalendar", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(Calendar))]
115 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
116 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
117 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
118 {
119 typeof(string),
120 typeof(object[])
121 }, ReturnType = typeof(string))]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
123 {
124 typeof(string),
125 typeof(string)
126 }, ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x1700066E")]
134 internal override int ID
135 {
136 [global::Cpp2ILInjected.Token(Token = "0x6002B9F")]
137 [global::Cpp2ILInjected.Address(RVA = "0x1BED34C", Offset = "0x1BED34C", Length = "0x8")]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
139 get
140 {
141 throw null;
142 }
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x6002BA0")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1BED354", Offset = "0x1BED354", Length = "0x1E0")]
147 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
150 internal virtual int GetDatePart(long ticks, int part)
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x6002BA1")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1BED534", Offset = "0x1BED534", Length = "0x1C0")]
157 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UmAlQuraCalendar), Member = "GetAbsoluteDateUmAlQura", MemberParameters = new object[]
159 {
160 typeof(int),
161 typeof(int),
162 typeof(int)
163 }, ReturnType = typeof(long))]
164 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
165 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
166 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
167 {
168 typeof(string),
169 typeof(string)
170 }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
172 internal static long GetAbsoluteDate(int year, int month, int day)
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x6002BA2")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1BED6F4", Offset = "0x1BED6F4", Length = "0x44")]
179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
182 public override int GetDayOfMonth(global::System.DateTime time)
183 {
184 throw null;
185 }
186
187 [global::Cpp2ILInjected.Token(Token = "0x6002BA3")]
188 [global::Cpp2ILInjected.Address(RVA = "0x1BED738", Offset = "0x1BED738", Length = "0x68")]
189 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
192 public override global::System.DayOfWeek GetDayOfWeek(global::System.DateTime time)
193 {
194 throw null;
195 }
196
197 [global::Cpp2ILInjected.Token(Token = "0x6002BA4")]
198 [global::Cpp2ILInjected.Address(RVA = "0x1BED7A0", Offset = "0x1BED7A0", Length = "0x258")]
199 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
200 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
202 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[]
203 {
204 typeof(string),
205 typeof(object[])
206 }, ReturnType = typeof(string))]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
208 {
209 typeof(string),
210 typeof(string)
211 }, ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 23)]
213 public override int GetDaysInMonth(int year, int month, int era)
214 {
215 throw null;
216 }
217
218 [global::Cpp2ILInjected.Token(Token = "0x6002BA5")]
219 [global::Cpp2ILInjected.Address(RVA = "0x1BED9F8", Offset = "0x1BED9F8", Length = "0x18C")]
220 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
225 {
226 typeof(global::System.IFormatProvider),
227 typeof(string),
228 typeof(object),
229 typeof(object)
230 }, ReturnType = typeof(string))]
231 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
232 {
233 typeof(string),
234 typeof(string)
235 }, ReturnType = typeof(void))]
236 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
237 public override int GetDaysInYear(int year, int era)
238 {
239 throw null;
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x6002BA6")]
243 [global::Cpp2ILInjected.Address(RVA = "0x1BEDB84", Offset = "0x1BEDB84", Length = "0x8")]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
245 public override int GetEra(global::System.DateTime time)
246 {
247 throw null;
248 }
249
250 [global::Cpp2ILInjected.Token(Token = "0x1700066F")]
251 public override int[] Eras
252 {
253 [global::Cpp2ILInjected.Token(Token = "0x6002BA7")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1BEDB8C", Offset = "0x1BEDB8C", Length = "0x50")]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
256 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
257 get
258 {
259 throw null;
260 }
261 }
262
263 [global::Cpp2ILInjected.Token(Token = "0x6002BA8")]
264 [global::Cpp2ILInjected.Address(RVA = "0x1BEDBDC", Offset = "0x1BEDBDC", Length = "0x44")]
265 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
266 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
267 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
268 public override int GetMonth(global::System.DateTime time)
269 {
270 throw null;
271 }
272
273 [global::Cpp2ILInjected.Token(Token = "0x6002BA9")]
274 [global::Cpp2ILInjected.Address(RVA = "0x1BEDC20", Offset = "0x1BEDC20", Length = "0x148")]
275 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
276 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
277 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
278 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
279 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
280 {
281 typeof(global::System.IFormatProvider),
282 typeof(string),
283 typeof(object),
284 typeof(object)
285 }, ReturnType = typeof(string))]
286 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
287 {
288 typeof(string),
289 typeof(string)
290 }, ReturnType = typeof(void))]
291 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
292 public override int GetMonthsInYear(int year, int era)
293 {
294 throw null;
295 }
296
297 [global::Cpp2ILInjected.Token(Token = "0x6002BAA")]
298 [global::Cpp2ILInjected.Address(RVA = "0x1BEDD68", Offset = "0x1BEDD68", Length = "0x44")]
299 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
300 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "get_Ticks", ReturnType = typeof(long))]
302 public override int GetYear(global::System.DateTime time)
303 {
304 throw null;
305 }
306
307 [global::Cpp2ILInjected.Token(Token = "0x6002BAB")]
308 [global::Cpp2ILInjected.Address(RVA = "0x1BEDDAC", Offset = "0x1BEDDAC", Length = "0x194")]
309 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
310 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
313 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
314 {
315 typeof(global::System.IFormatProvider),
316 typeof(string),
317 typeof(object),
318 typeof(object)
319 }, ReturnType = typeof(string))]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
321 {
322 typeof(string),
323 typeof(string)
324 }, ReturnType = typeof(void))]
325 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 15)]
326 public override bool IsLeapYear(int year, int era)
327 {
328 throw null;
329 }
330
331 [global::Cpp2ILInjected.Token(Token = "0x6002BAC")]
332 [global::Cpp2ILInjected.Address(RVA = "0x1BEDF40", Offset = "0x1BEDF40", Length = "0x9C")]
333 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
334 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = ".ctor", MemberParameters = new object[]
336 {
337 typeof(int),
338 typeof(int),
339 typeof(int),
340 typeof(int),
341 typeof(int),
342 typeof(int),
343 typeof(int)
344 }, ReturnType = typeof(void))]
345 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
346 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
347 {
348 typeof(string),
349 typeof(string)
350 }, ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
352 public override global::System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
353 {
354 throw null;
355 }
356
357 [global::Cpp2ILInjected.Token(Token = "0x6002BAD")]
358 [global::Cpp2ILInjected.Address(RVA = "0x1BEDFDC", Offset = "0x1BEDFDC", Length = "0xF4")]
359 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
360 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.DateTime), Member = "TryCreate", MemberParameters = new object[]
362 {
363 typeof(int),
364 typeof(int),
365 typeof(int),
366 typeof(int),
367 typeof(int),
368 typeof(int),
369 typeof(int),
370 typeof(ref global::System.DateTime)
371 }, ReturnType = typeof(bool))]
372 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
373 internal override bool TryToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era, out global::System.DateTime result)
374 {
375 throw null;
376 }
377
378 [global::Cpp2ILInjected.Token(Token = "0x17000670")]
379 public override int TwoDigitYearMax
380 {
381 [global::Cpp2ILInjected.Token(Token = "0x6002BAE")]
382 [global::Cpp2ILInjected.Address(RVA = "0x1BEE0D0", Offset = "0x1BEE0D0", Length = "0x44")]
383 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
385 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Calendar), Member = "GetSystemTwoDigitYearSetting", MemberParameters = new object[]
386 {
387 typeof(int),
388 typeof(int)
389 }, ReturnType = typeof(int))]
390 get
391 {
392 throw null;
393 }
394 [global::Cpp2ILInjected.Token(Token = "0x6002BAF")]
395 [global::Cpp2ILInjected.Address(RVA = "0x1BEE114", Offset = "0x1BEE114", Length = "0x114")]
396 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
397 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
398 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Calendar), Member = "VerifyWritable", ReturnType = typeof(void))]
399 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
400 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
401 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
402 {
403 typeof(global::System.IFormatProvider),
404 typeof(string),
405 typeof(object),
406 typeof(object)
407 }, ReturnType = typeof(string))]
408 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
409 {
410 typeof(string),
411 typeof(string)
412 }, ReturnType = typeof(void))]
413 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
414 set
415 {
416 throw null;
417 }
418 }
419
420 [global::Cpp2ILInjected.Token(Token = "0x6002BB0")]
421 [global::Cpp2ILInjected.Address(RVA = "0x1BEE228", Offset = "0x1BEE228", Length = "0x11C")]
422 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
423 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
424 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Calendar), Member = "ToFourDigitYear", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(int))]
425 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Environment), Member = "GetResourceString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
426 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CultureInfo), Member = "get_CurrentCulture", ReturnType = typeof(CultureInfo))]
427 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
428 {
429 typeof(global::System.IFormatProvider),
430 typeof(string),
431 typeof(object),
432 typeof(object)
433 }, ReturnType = typeof(string))]
434 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentOutOfRangeException), Member = ".ctor", MemberParameters = new object[]
435 {
436 typeof(string),
437 typeof(string)
438 }, ReturnType = typeof(void))]
439 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 13)]
440 public override int ToFourDigitYear(int year)
441 {
442 throw null;
443 }
444
445 // Note: this type is marked as 'beforefieldinit'.
446 [global::Cpp2ILInjected.Token(Token = "0x6002BB1")]
447 [global::Cpp2ILInjected.Address(RVA = "0x1BEE344", Offset = "0x1BEE344", Length = "0xD0")]
448 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
449 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Runtime.CompilerServices.RuntimeHelpers), Member = "InitializeArray", MemberParameters = new object[]
450 {
451 typeof(global::System.Array),
452 typeof(global::System.RuntimeFieldHandle)
453 }, ReturnType = typeof(void))]
454 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
456 {
457 throw null;
458 }
459
460 [global::Cpp2ILInjected.Token(Token = "0x400185A")]
461 [global::Cpp2ILInjected.FieldOffset(Offset = "0x1C")]
463
464 [global::Cpp2ILInjected.Token(Token = "0x400185B")]
465 internal static readonly int[] DaysToMonth365;
466
467 [global::Cpp2ILInjected.Token(Token = "0x400185C")]
468 internal static readonly int[] DaysToMonth366;
469
470 [global::Cpp2ILInjected.Token(Token = "0x400185D")]
472 }
473}
class f__AnonymousType0<< Count > j__TPar
virtual int GetDatePart(long ticks, int part)
override int GetMonthsInYear(int year, int era)
static long GetAbsoluteDate(int year, int month, int day)
override global::System.DayOfWeek GetDayOfWeek(global::System.DateTime time)
override int GetDayOfMonth(global::System.DateTime time)
GregorianCalendar(GregorianCalendarTypes type)
override int GetDaysInYear(int year, int era)
override int GetMonth(global::System.DateTime time)
override global::System.DateTime ToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era)
override global::System.DateTime MinSupportedDateTime
override int GetYear(global::System.DateTime time)
void OnDeserialized(global::System.Runtime.Serialization.StreamingContext ctx)
override global::System.DateTime MaxSupportedDateTime
override bool TryToDateTime(int year, int month, int day, int hour, int minute, int second, int millisecond, int era, out global::System.DateTime result)
override int GetEra(global::System.DateTime time)
override int GetDaysInMonth(int year, int month, int era)
override bool IsLeapYear(int year, int era)
DateTime(long ticks)
Definition DateTime.cs:113