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

◆ ResetTimeZone()

static void System.TimeZone.ResetTimeZone ( )
inlinestaticpackage

Definition at line 50 of file TimeZone.cs.

51 {
52 if (currentTimeZone != null)
53 {
55 {
56 currentTimeZone = null;
57 }
58 }
59 }
static volatile TimeZone currentTimeZone
Definition TimeZone.cs:9
static object InternalSyncObject
Definition TimeZone.cs:14

References System.TimeZone.currentTimeZone, and System.TimeZone.InternalSyncObject.

Referenced by System.Globalization.CultureInfo.ClearCachedData().