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

◆ ClearCachedData()

static void System.TimeZoneInfo.ClearCachedData ( )
inlinestatic

Definition at line 1235 of file TimeZoneInfo.cs.

1236 {
1237 s_cachedData = new CachedData();
1238 }
static CachedData s_cachedData

References System.TimeZoneInfo.s_cachedData.

Referenced by System.Globalization.CultureInfo.ClearCachedData(), and System.TimeZoneInfo.ConvertTime().