Gets or sets the last modification time attribute of the current ZipItem.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public Overrides Property LastWriteTime As Nullable(Of DateTime) Get Set |
| C# |
|---|
public override Nullable<DateTime> LastWriteTime { get; set; } |
Field Value
Last modification time attribute of the current ZipItem.
Exceptions
| Exception | Condition |
|---|---|
| Rebex.IO.Compression..::..ZipException | AnotherOperationPending: Another operation is pending. |
| System..::..ObjectDisposedException | Archive was already disposed. |
| System..::..InvalidOperationException | Archive is not opened for writing. -or- Item is already deleted. -or- Item is the root directory of the archive. |