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