ZipReader.LastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9119)
LastWriteTime
Gets or sets the last modification time attribute of the currently read item.
Declaration
public DateTime? LastWriteTime { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> | Last modification time attribute of the currently read item. |