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

◆ ShortTimes

string [] System.Globalization.CultureData.ShortTimes
getpackage

Definition at line 801 of file CultureData.cs.

802 {
803 get
804 {
805 if (_saShortTimes == null && !GlobalizationMode.Invariant)
806 {
808 if (array == null || array.Length == 0)
809 {
811 }
813 }
814 return _saShortTimes;
815 }
816 }
string[] GetTimeFormatsCore(bool shortFormat)