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

◆ LastModified

DateTime Ionic.Zip.ZipEntry.LastModified
getset

Definition at line 128 of file ZipEntry.cs.

129 {
130 get
131 {
132 DateTime dateTime;
133 return dateTime;
134 }
135 set
136 {
138 if (dateTimeKind != DateTimeKind.Unspecified)
139 {
140 return;
141 }
142 DateTime dateTime;
143 this._LastModified = dateTime;
144 DateTime dateTime2 = SharedUtilities.AdjustTime_Reverse(dateTime).ToUniversalTime();
147 }
148 }
class f__AnonymousType0<< Count > j__TPar
DateTime ToUniversalTime()
Definition DateTime.cs:884