terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ GeneralLongTimePattern

string System.Globalization.DateTimeFormatInfo.GeneralLongTimePattern
getpackage

Definition at line 674 of file DateTimeFormatInfo.cs.

675 {
676 get
677 {
678 string text3;
679 if (this.generalLongTimePattern == null)
680 {
681 string text = this.shortDatePattern;
682 if (text == null)
683 {
686 }
687 string text2 = this.LongTimePattern;
688 text3 = text + " " + text2;
690 }
691 return text3;
692 }
693 }
class f__AnonymousType0<< Count > j__TPar