Timestamp Property
From DotNetZip
The type of timestamp attached to the ZipEntry.
| C# | Visual Basic | Visual C++ |
public ZipEntryTimestamp Timestamp { get; set; }
Public Property Timestamp As ZipEntryTimestamp Get Set
public: property ZipEntryTimestamp Timestamp { ZipEntryTimestamp get (); void set (ZipEntryTimestamp value); }
Set this in order to specify the kind of timestamp that should be emitted
into the zip file for each entry.