NAnt SDK Documentation - v0.92 |
|
SleepTask.Hours Property
Hours to add to the sleep time.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="hours", ExpandProperties:=True, ProcessXml:=True), _
Int32Validator(MinValue:=0, MaxValue:=2147483647, Base:=10)>
Public Property Hours As
Integer
[C#]
[TaskAttribute(Required=False, Name="hours", ExpandProperties=True, ProcessXml=True)]
[Int32Validator(MinValue=0, MaxValue=2147483647, Base=10)]
public
int Hours {get; set;}
See Also
SleepTask Class | NAnt.Core.Tasks Namespace