Summary
Gets the time when the current file was last written to.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Tasks - Containing Type
- CopyTask
.FileDateInfo
Syntax
public DateTime LastWriteTime { get; }
Value
Type | Description |
---|---|
DateTime | The time when the current file was last written to. |