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

◆ FormatJapaneseFirstYearAsANumber

bool System.LocalAppContextSwitches.FormatJapaneseFirstYearAsANumber
staticget

Definition at line 39 of file LocalAppContextSwitches.cs.

40 {
41 [MethodImpl(MethodImplOptions.AggressiveInlining)]
42 get
43 {
44 return GetCachedSwitchValue("Switch.System.Globalization.FormatJapaneseFirstYearAsANumber", ref s_formatJapaneseFirstYearAsANumber);
45 }
46 }
static bool GetCachedSwitchValue(string switchName, ref int cachedSwitchValue)

Referenced by System.DateTimeFormat.FormatCustomized().