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

◆ DateTimeToPacked()

static int Ionic.Zip.SharedUtilities.DateTimeToPacked ( DateTime time)
inlinestaticpackage

Definition at line 200 of file SharedUtilities.cs.

201 {
202 DateTime dateTime;
203 int day = dateTime.Day;
204 int num;
205 return num;
206 }

References System.DateTime.Day.