NAnt SDK Documentation - v0.92

UpdateTask.Date Property

Specify the revision date to update to. The version of the file that existed at the date specified is retrieved.

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

Property Value

A valid date time value, which is then converted to a format that cvs can parse.

See Also

UpdateTask Class | NAnt.SourceControl.Tasks Namespace