LastModified Field

DotNetZip

Ionic Zip Library v1.9.1.6 LastModified Field
ReferenceIonic.ZlibGZipStreamLastModified
The last modified time for the GZIP stream.
Declaration Syntax
C# Visual Basic Visual C++
public Nullable<DateTime> LastModified
Public LastModified As Nullable(Of DateTime)
public:
Nullable<DateTime> LastModified
Remarks
GZIP allows the storage of a last modified time with each GZIP entry. When compressing data, you can set this before the first call to Write(). When decompressing, you can retrieve this value any time after the first call to Read().

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