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

◆ ToLocalTime() [2/2]

DateTimeOffset System.DateTimeOffset.ToLocalTime ( bool throwOnOverflow)
inlinepackage

Definition at line 538 of file DateTimeOffset.cs.

539 {
540 DateTime dateTime = this.UtcDateTime.ToLocalTime(throwOnOverflow);
542 return dateTimeOffset;
543 }
class f__AnonymousType0<< Count > j__TPar
DateTime ToLocalTime()
Definition DateTime.cs:801

References j__TPar, System.DateTime.ToLocalTime(), and System.DateTimeOffset.UtcDateTime.