ZipProgressChangedEventArgs.CurrentFileLastWriteTime Property
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9083)
CurrentFileLastWriteTime
Gets the last modification date/time of the currently processing file (or null reference (Nothing in Visual Basic) if not available).
Declaration
public DateTime? CurrentFileLastWriteTime { get; }
Property Value
Type | Description |
---|---|
Nullable<DateTime> | File modification date/time. |