NAnt SDK Documentation - v0.92 |
|
CheckoutTask.Date Property
Specify the revision date to checkout. The date specified is validated and then passed to the cvs binary in a standard format recognized by cvs.
[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;}
See Also
CheckoutTask Class | NAnt.SourceControl.Tasks Namespace