LastWriteTime Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation LastWriteTime Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.CompressionArchiveFileInfoLastWriteTime
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.

Assembly: Microsoft.Deployment.Compression (Module: Microsoft.Deployment.Compression.dll) Version: 3.0.0.0 (3.11.1.2318)