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

◆ ValidateTimeZoneInfo()

static void System.TimeZoneInfo.ValidateTimeZoneInfo ( string id,
TimeSpan baseUtcOffset,
TimeZoneInfo::AdjustmentRule[] adjustmentRules,
[Out] bool adjustmentRulesSupportDst )
inlinestaticprivate

Definition at line 1538 of file TimeZoneInfo.cs.

1539 {
1540 if (id == null)
1541 {
1542 return;
1543 }
1544 int stringLength = id._stringLength;
1545 if (stringLength == 0)
1546 {
1547 string text = SR.Format("The specified ID parameter '{0}' is not supported.", id);
1548 return;
1549 }
1550 if (stringLength == 0)
1551 {
1552 }
1554 long num = 63445L;
1555 if (num == 0L)
1556 {
1557 if (adjustmentRules != null && num != 0L)
1558 {
1559 int num2 = 1;
1561 DateTime dateEnd = adjustmentRules._dateEnd;
1562 long num3 = 0L;
1564 {
1565 return;
1566 }
1567 if (dateEnd == null)
1568 {
1569 }
1570 if (num3 == 0L || dateEnd == null)
1571 {
1572 }
1574 }
1575 return;
1576 }
1577 }
class f__AnonymousType0<< Count > j__TPar
static string Format(string resourceFormat, params object[] args)
Definition SR.cs:33
Definition SR.cs:7
static bool UtcOffsetOutOfRange(TimeSpan offset)

References SR.Format(), j__TPar, System.L, System.text, and System.TimeZoneInfo.UtcOffsetOutOfRange().