NAnt SDK Documentation - v0.92

ChangeLogTask.StartDate Property

The earliest change to use in the cvs log command.

[Visual Basic]
<DateTimeValidator, _  TaskAttribute(Name:="start", Required:=True, ExpandProperties:=True, ProcessXml:=True)>
Public Property StartDate As Date
[C#]
[DateTimeValidator]
[TaskAttribute(Name="start", Required=True, ExpandProperties=True, ProcessXml=True)]
public System.DateTime StartDate {get; set;}

See Also

ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace