Summary
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.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- CheckoutTask
Syntax
[TaskAttribute("date", Required = false)]
[DateTimeValidator()]
public DateTime Date { get; set; }
Attributes
| Type | Description |
|---|---|
| Task |
Indicates that property should be treated as a XML attribute for the task. |
| Date |
Used to indicate that a property should be able to be converted into a
System.DateTime.
|
Value
| Type | Description |
|---|---|
| DateTime |
