Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the dates on the given iteration node
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub SetIterationDates ( _
nodeUri As String, _
startDate As Nullable(Of DateTime), _
finishDate As Nullable(Of DateTime) _
)
[WebMethodAttribute]
public void SetIterationDates(
string nodeUri,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
[WebMethodAttribute]
public:
void SetIterationDates(
String^ nodeUri,
Nullable<DateTime> startDate,
Nullable<DateTime> finishDate
)
[<WebMethodAttribute>]
member SetIterationDates :
nodeUri:string *
startDate:Nullable<DateTime> *
finishDate:Nullable<DateTime> -> unit
public function SetIterationDates(
nodeUri : String,
startDate : Nullable<DateTime>,
finishDate : Nullable<DateTime>
)
Parameters
- nodeUri
Type: System.String
- startDate
Type: System.Nullable<DateTime>
- finishDate
Type: System.Nullable<DateTime>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.