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

◆ FullDateTimePattern

string System.Globalization.DateTimeFormatInfo.FullDateTimePattern
get

Definition at line 502 of file DateTimeFormatInfo.cs.

503 {
504 get
505 {
506 string text3;
507 if (this.fullDateTimePattern == null)
508 {
509 string text = this.longDatePattern;
510 if (text == null)
511 {
514 }
515 string text2 = this.LongTimePattern;
516 text3 = text + " " + text2;
518 }
519 return text3;
520 }
521 }
class f__AnonymousType0<< Count > j__TPar