ZipItem.LastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9147)
LastWriteTime
Gets or sets the last modification time attribute of the current Zip
Declaration
public override DateTime? LastWriteTime { get; set; }
Property Value
Overrides
Exceptions
Type | Condition |
---|---|
Zip |
Another |
Object |
Archive was already disposed. |
Invalid |
Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |