The type of timestamp attached to the ZipEntry.
Declaration Syntax
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); }
Remarks
Set this in order to specify the kind of timestamp that should be emitted
into the zip file for each entry.