NAnt SDK Documentation - v0.92

TagTask.ActOnDate Property

Indicates the revision date of the file that the tag should be applied to.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="act-on-date", ExpandProperties:=True, ProcessXml:=True), _  DateTimeValidator>
Public Property ActOnDate As Date
[C#]
[TaskAttribute(Required=False, Name="act-on-date", 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

TagTask Class | NAnt.SourceControl.Tasks Namespace