NAnt SDK Documentation - v0.85-nightly-2005-11-09

RTagTask.ActOnDate Property

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
<DateTimeValidator, _  TaskAttribute(Name:="act-on-date", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property ActOnDate As Date
[C#]
[DateTimeValidator]
[TaskAttribute(Name="act-on-date", Required=False, ExpandProperties=True, ProcessXml=True)]
public System.DateTime ActOnDate {get; set;}

Property Value

A valid date which specifies the revision point that the tag will be applied to.

Remarks

Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.RTagTask.ActOnDate

See Also

RTagTask Class | NAnt.SourceControl.Tasks Namespace