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

◆ IsStartDateMarkerForBeginningOfYear()

bool System.TimeZoneInfo.AdjustmentRule.IsStartDateMarkerForBeginningOfYear ( )
inlinepackage

Definition at line 2064 of file TimeZoneInfo.cs.

2065 {
2066 while (!this._noDaylightTransitions)
2067 {
2068 byte month = this._daylightTransitionStart._month;
2069 byte day = this._daylightTransitionStart._day;
2071 int num;
2072 if (num != 0)
2073 {
2074 return;
2075 }
2077 int num2;
2078 if (num2 != 0)
2079 {
2080 return;
2081 }
2083 int num3;
2084 if (num3 != 0)
2085 {
2086 return;
2087 }
2088 }
2089 }
class f__AnonymousType0<< Count > j__TPar
readonly TimeZoneInfo.TransitionTime _daylightTransitionStart

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

Referenced by System.TimeZoneInfo.GetIsDaylightSavingsFromUtc().