RTagTask.

ActOnDate Property

Summary

Indicates the revision date of the file that the tag should be applied to.
Assembly
NAnt.SourceControl.dll
Namespace
NAnt.SourceControl.Tasks
Containing Type
RTagTask

Syntax

[TaskAttribute("act-on-date", Required = false)]
[DateTimeValidator()]
public DateTime ActOnDate { 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 A valid date which specifies the revision point that the tag will be applied to.