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

◆ HasDaylightSaving

bool System.TimeZoneInfo.AdjustmentRule.HasDaylightSaving
getpackage

Definition at line 1927 of file TimeZoneInfo.cs.

1928 {
1929 get
1930 {
1931 int num = 1;
1933 if (num == 0)
1934 {
1935 }
1936 bool isFixedDateRule = this._daylightTransitionStart._isFixedDateRule;
1938 if (!isFixedDateRule)
1939 {
1940 }
1941 bool isFixedDateRule2 = this._daylightTransitionEnd._isFixedDateRule;
1942 DateTime timeOfDay = this._daylightTransitionEnd._timeOfDay;
1944 if (!isFixedDateRule2)
1945 {
1946 }
1947 bool flag;
1948 return flag;
1949 }
1950 }
class f__AnonymousType0<< Count > j__TPar
readonly TimeZoneInfo.TransitionTime _daylightTransitionEnd
readonly TimeZoneInfo.TransitionTime _daylightTransitionStart

Referenced by System.TimeZoneInfo.IsDaylightSavingTime().