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

◆ CreationTime

DateTime Ionic.Zip.ZipEntry.CreationTime
getset

Definition at line 201 of file ZipEntry.cs.

202 {
203 get
204 {
205 DateTime ctime = this._Ctime;
206 DateTime dateTime;
207 return dateTime;
208 }
209 set
210 {
211 DateTime mtime = this._Mtime;
212 DateTime atime = this._Atime;
213 this.SetEntryTimes(value, atime, mtime);
214 }
215 }
class f__AnonymousType0<< Count > j__TPar
void SetEntryTimes(DateTime created, DateTime accessed, DateTime modified)
Definition ZipEntry.cs:218