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

◆ IsDaylightSavingTime() [2/2]

bool System.TimeZoneInfo.IsDaylightSavingTime ( DateTime dateTime,
TimeZoneInfoOptions flags,
TimeZoneInfo::CachedData cachedData )
inlineprivate

Definition at line 792 of file TimeZoneInfo.cs.

793 {
794 while (this._supportsDaylightSavingTime)
795 {
797 if (adjustmentRules == null)
798 {
799 return;
800 }
801 if (cachedData._localTimeZone == null)
802 {
803 TimeZoneInfo timeZoneInfo = cachedData.CreateLocal();
804 }
805 if (adjustmentRules == null)
806 {
807 }
808 DateTimeKind correspondingKind = cachedData.GetCorrespondingKind(this);
809 if (adjustmentRules == null)
810 {
811 }
813 if (adjustmentRule != null)
814 {
816 if (adjustmentRules == null)
817 {
818 }
819 bool flag;
820 return flag;
821 }
822 }
823 }
class f__AnonymousType0<< Count > j__TPar
readonly bool _supportsDaylightSavingTime
readonly TimeZoneInfo.AdjustmentRule[] _adjustmentRules

References System.TimeZoneInfo._adjustmentRules, System.TimeZoneInfo._supportsDaylightSavingTime, System.TimeZoneInfo.AdjustmentRule.HasDaylightSaving, and j__TPar.