Timestamp Property

DotNetZip

Ionic Zip Library v1.9.1.6 Timestamp Property
ReferenceIonic.ZipZipOutputStreamTimestamp
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.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)