NAnt SDK Documentation - v0.85-nightly-2005-11-09

ChangeLogTask.StartDate Property

[This is preliminary documentation and subject to change.]

The earliest change to use in the cvs log command.

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

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.ChangeLogTask.StartDate

See Also

ChangeLogTask Class | NAnt.SourceControl.Tasks Namespace