GzipCompressionStream.LastWriteTime Property
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
LastWriteTime
Gets a last modification time stored in GZIP header.
Declaration
public DateTime? LastWriteTime { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> | A last modification time in GZIP header; or null reference (Nothing in Visual Basic) if no date is stored. |