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

◆ DateToTicks()

static long System.Globalization.GregorianCalendarHelper.DateToTicks ( int year,
int month,
int day )
inlinestaticpackage

Definition at line 126 of file GregorianCalendarHelper.cs.

127 {
128 if (!true)
129 {
130 }
131 return GregorianCalendarHelper.GetAbsoluteDate(1073741824, year, month);
132 }

References System.Globalization.GregorianCalendarHelper.GetAbsoluteDate().