terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ TZif_ParseJulianDay()

static void System.TimeZoneInfo.TZif_ParseJulianDay ( string date,
[Out] int month,
[Out] int day )
inlinestaticprivate

Definition at line 379 of file TimeZoneInfo.cs.

380 {
381 long num2;
382 do
383 {
384 int stringLength = date._stringLength;
385 int num = 1;
386 char c = date[num];
387 num2 = 0L;
388 int num3 = 2;
389 char c2 = date[num];
390 int stringLength2 = date._stringLength;
391 char c3 = date[num3];
392 if (stringLength2 == 0)
393 {
394 }
395 }
396 while (num2 == 0L);
397 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and System.L.