NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
UpdateTask.Date Property
[This is preliminary documentation and subject to change.]
Specify the revision date to update to. The version of the file that existed at the date specified is retrieved.
[Visual Basic]
<TaskAttribute(Name:="date", Required:=False, ExpandProperties:=True, ProcessXml:=True), _
DateTimeValidator>
Public Property Date As
Date
[C#]
[TaskAttribute(Name="date", Required=False, ExpandProperties=True, ProcessXml=True)]
[DateTimeValidator]
public
System.DateTime Date {get; set;}
Property Value
A valid date time value, which is then converted to a format that cvs can parse.
Remarks
Missing <remarks> documentation for P:NAnt.SourceControl.Tasks.UpdateTask.Date
See Also
UpdateTask Class | NAnt.SourceControl.Tasks Namespace