ChangeLogTask.

StartDate Property

Summary

The earliest change to use in the cvs log command.

Syntax

[TaskAttribute("start", Required = true)]
[DateTimeValidator()]
public DateTime StartDate { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.
DateTimeValidatorAttribute Used to indicate that a property should be able to be converted into a System.DateTime.

Value

Type Description
DateTime