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

◆ NegativeLocalized

TimeSpanFormat.FormatLiterals System.Globalization.TimeSpanParse.TimeSpanRawInfo.NegativeLocalized
getpackage

Definition at line 235 of file TimeSpanParse.cs.

236 {
237 get
238 {
239 if (!_negLocInit)
240 {
241 _negLoc = default(TimeSpanFormat.FormatLiterals);
242 _negLoc.Init(_fullNegPattern, useInvariantFieldLengths: false);
243 _negLocInit = true;
244 }
245 return _negLoc;
246 }
247 }