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

◆ IsEndDateMarkerForEndOfYear()

bool System.TimeZoneInfo.AdjustmentRule.IsEndDateMarkerForEndOfYear ( )
inlinepackage

Definition at line 2092 of file TimeZoneInfo.cs.

2093 {
2094 while (!this._noDaylightTransitions)
2095 {
2096 byte month = this._daylightTransitionEnd._month;
2097 byte day = this._daylightTransitionEnd._day;
2099 int num;
2100 if (num != 0)
2101 {
2102 return;
2103 }
2105 int num2;
2106 if (num2 != 0)
2107 {
2108 return;
2109 }
2111 int num3;
2112 if (num3 != 0)
2113 {
2114 return;
2115 }
2116 }
2117 }
class f__AnonymousType0<< Count > j__TPar
readonly TimeZoneInfo.TransitionTime _daylightTransitionEnd

References System.TimeZoneInfo.AdjustmentRule._daylightTransitionEnd, System.TimeZoneInfo.AdjustmentRule._noDaylightTransitions, and j__TPar.

Referenced by System.TimeZoneInfo.GetIsDaylightSavingsFromUtc().