Gets the date when the file was last written to.

Namespace: W3CValidationTasks.Core
Assembly: W3CValidationTasks.Core (in W3CValidationTasks.Core.dll) Version: 1.1.1.40

Collapse imageSyntax

C#
DateTime LastWriteTimeUtc { get; }
Visual Basic
ReadOnly Property LastWriteTimeUtc As DateTime
	Get
Visual C++
property DateTime LastWriteTimeUtc {
	DateTime get ();
}

Collapse imageSee Also