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 |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Date |
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. |