ZipItem.LastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
LastWriteTime
Gets or sets the last modification time attribute of the current ZipItem.
Declaration
public override DateTime? LastWriteTime { get; set; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> | Last modification time attribute of the current ZipItem. |
Overrides
Exceptions
Type | Condition |
---|---|
ZipException | AnotherOperationPending: Another operation is pending. |
ObjectDisposedException | Archive was already disposed. |
InvalidOperationException | Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |