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

◆ TimeZoneInfo() [1/5]

System.TimeZoneInfo.TimeZoneInfo ( byte[] data,
string id,
bool dstDisabled )
inlineprivate

Definition at line 20 of file TimeZoneInfo.cs.

21 {
22 int num = 1;
23 base..ctor();
24 if (num == 0)
25 {
26 }
27 this._id = id;
28 this._displayName = "Local";
29 if ("Local" == null)
30 {
31 }
32 this._baseUtcOffset = "Local";
34 }
class f__AnonymousType0<< Count > j__TPar
static DateTime UtcNow
Definition DateTime.cs:1318

References j__TPar, and System.DateTime.UtcNow.