Gets the last modification date/time of the external (local) file that is currently processed.
If the problem isn't related to a file or if this information is not available, DateTime.MinValuue is returned.
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property ExternalItemLastWriteTime As DateTime Get |
| C# |
|---|
public DateTime ExternalItemLastWriteTime { get; } |