ChangeLogTask.

EndDate Property

Summary

The latest date to use in the cvs log command.

Syntax

[TaskAttribute("end", Required = true)]
[DateTimeValidator()]
public DateTime EndDate { 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