Summary
The latest date to use in the cvs log command.
- Assembly
- NAnt
.SourceControl .dll - Namespace
- NAnt
.SourceControl .Tasks - Containing Type
- ChangeLogTask
Syntax
[TaskAttribute("end", Required = true)]
[DateTimeValidator()]
public DateTime EndDate { 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 |
