Gets a last modification time stored in GZIP header.

Namespace:  Rebex.IO.Compression.Streams
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public ReadOnly Property LastWriteTime As Nullable(Of DateTime)
	Get
C#
public Nullable<DateTime> LastWriteTime { get; }

Return Value

A last modification time in GZIP header; or null reference (Nothing in Visual Basic) if no date is stored.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also