Summary
Specify the revision date to update to. The version of the file that
existed at the date specified is retrieved.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- ExportTask
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 | A valid date time value, which is then converted to a format that cvs can parse. |
