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

ExportTask.Date Property

[This is preliminary documentation and subject to change.]

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

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ExportTask.Date

See Also

ExportTask Class | NAnt.SourceControl.Tasks Namespace