ZipProblemDetectedEventArgs.ExternalItemLastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ExternalItemLastWriteTime
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.
Declaration
public DateTime ExternalItemLastWriteTime { get; }
Property Value
Type | Description |
---|---|
DateTime | Local file last modification date/time. |