Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CheckDaylightSavingTimeNotSupported()

static bool System.TimeZoneInfo.CheckDaylightSavingTimeNotSupported ( in Interop::Kernel32::TIME_ZONE_INFORMATION timeZone)
inlinestaticprivate

Definition at line 2413 of file TimeZoneInfo.cs.

2414 {
2415 return timeZone.DaylightDate.Equals(in timeZone.StandardDate);
2416 }

Referenced by System.TimeZoneInfo.TryCompareTimeZoneInformationToRegistry().