NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
CheckoutTask.Date Property
[This is preliminary documentation and subject to change.]
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(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;}
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.CheckoutTask.Date
See Also
CheckoutTask Class | NAnt.SourceControl.Tasks Namespace