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