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

◆ PackedToDateTime()

static DateTime Ionic.Zip.SharedUtilities.PackedToDateTime ( int packedDateTime)
inlinestaticpackage

Definition at line 186 of file SharedUtilities.cs.

187 {
188 int num = 65535;
189 if (packedDateTime == 0)
190 {
191 }
193 if (num == 0)
194 {
195 }
196 throw new ArrayTypeMismatchException();
197 }
class f__AnonymousType0<< Count > j__TPar
static DateTime Now
Definition DateTime.cs:530

References j__TPar, and System.DateTime.Now.

Referenced by Ionic.Zip.ZipEntry.ReadHeader().