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