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
Syntax
C# |
---|
public DateTime LastWriteTimeUtc { get; } |
Visual Basic |
---|
Public ReadOnly Property LastWriteTimeUtc As DateTime Get |
Visual C++ |
---|
public: virtual property DateTime LastWriteTimeUtc { DateTime get () sealed; } |