NAnt SDK Documentation - v0.92 |
|
RTagTask.ActOnDate Property
Indicates the revision date of the file that the tag should be applied to.
[Visual Basic]
<TaskAttribute(Name:="act-on-date", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
DateTimeValidator>
Public Property ActOnDate As
Date
[C#]
[TaskAttribute(Name="act-on-date", Required=False, ExpandProperties=True, ProcessXml=True)]
[DateTimeValidator]
public
System.DateTime ActOnDate {get; set;}
Property Value
A valid date which specifies the revision point that the tag will be applied to.
See Also
RTagTask Class | NAnt.SourceControl.Tasks Namespace