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

◆ ModifiedTime

DateTime Ionic.Zip.ZipEntry.ModifiedTime
getset

Definition at line 163 of file ZipEntry.cs.

164 {
165 get
166 {
167 DateTime mtime = this._Mtime;
168 DateTime dateTime;
169 return dateTime;
170 }
171 set
172 {
173 DateTime atime = this._Atime;
174 DateTime ctime = this._Ctime;
175 this.SetEntryTimes(ctime, atime, value);
176 }
177 }
class f__AnonymousType0<< Count > j__TPar
void SetEntryTimes(DateTime created, DateTime accessed, DateTime modified)
Definition ZipEntry.cs:218