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

TouchTask.Datetime Property

[This is preliminary documentation and subject to change.]

Specifies the new modification time of the file in the format MM/DD/YYYY HH:MM:SS.

[Visual Basic]
<TaskAttribute(Name:="datetime", Required:=False, ExpandProperties:=True, ProcessXml:=True), _  DateTimeValidator>
Public Property Datetime As Date
[C#]
[TaskAttribute(Name="datetime", Required=False, ExpandProperties=True, ProcessXml=True)]
[DateTimeValidator]
public System.DateTime Datetime {get; set;}

Remarks

Missing <remarks> documentation for P:NAnt.Core.Tasks.TouchTask.Datetime

See Also

TouchTask Class | NAnt.Core.Tasks Namespace