NAnt SDK Documentation - v0.85-nightly-2005-11-09

CopyTask.FileDateInfo.LastWriteTime Property

[This is preliminary documentation and subject to change.]

Gets the time when the current file was last written to.

[Visual Basic]
Public ReadOnly Property LastWriteTime As Date
[C#]
public System.DateTime LastWriteTime {get;}

Property Value

The time when the current file was last written to.

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.CopyTask.FileDateInfo.LastWriteTime

See Also

CopyTask.FileDateInfo Class | NAnt.Core.Tasks Namespace