Deployment Tools Foundation
LastWriteTime Property
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveFileInfo ► LastWriteTime
Gets the last modification time of the file.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public DateTime LastWriteTime { get; }
Public ReadOnly Property LastWriteTime As DateTime Get
public: property DateTime LastWriteTime { DateTime get (); }
member LastWriteTime : DateTime with get
Property Value
DateTime
The last modification time of the file as stored in the archive.
The last modification time of the file as stored in the archive.
Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)