ZipProblemDetectedEventArgs.ArchiveItemLastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
ArchiveItemLastWriteTime
Gets the last modification date/time of the archive 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 ArchiveItemLastWriteTime { get; }
Property Value
Type | Description |
---|---|
DateTime | Archive file last modification date/time. |