Gets the last modification date/time of the currently processing file (or null reference (Nothing in Visual Basic) if not available).
Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
| Visual Basic |
|---|
Public ReadOnly Property CurrentFileLastWriteTime As Nullable(Of DateTime) Get |
| C# |
|---|
public Nullable<DateTime> CurrentFileLastWriteTime { get; } |