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

◆ GetAdjustmentRuleForTime() [1/2]

TimeZoneInfo.AdjustmentRule System.TimeZoneInfo.GetAdjustmentRuleForTime ( DateTime dateTime,
[Out] int? ruleIndex )
inlineprivate

Definition at line 1113 of file TimeZoneInfo.cs.

1114 {
1115 long num = 0L;
1116 return this.GetAdjustmentRuleForTime(dateTime, num != 0L, ruleIndex);
1117 }
class f__AnonymousType0<< Count > j__TPar
TimeZoneInfo.AdjustmentRule GetAdjustmentRuleForTime(DateTime dateTime, [Out] int? ruleIndex)

References System.TimeZoneInfo.GetAdjustmentRuleForTime(), j__TPar, and System.L.

Referenced by System.TimeZoneInfo.GetAdjustmentRuleForTime().