NAnt SDK Documentation - v0.92

ExportTask.Date Property

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

[Visual Basic]
<DateTimeValidator, _  TaskAttribute(Name:="date", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Date As Date
[C#]
[DateTimeValidator]
[TaskAttribute(Name="date", Required=False, ExpandProperties=True, ProcessXml=True)]
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

ExportTask Class | NAnt.SourceControl.Tasks Namespace