This documentation is archived and is not being maintained.

IQueuedBuildSpec::CompletedWindow Property

Gets or sets the completed-by time window that is used to query for completed builds.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property TimeSpan CompletedWindow {
	TimeSpan get ();
	void set (TimeSpan value);
}

Property Value

Type: System::TimeSpan
The completed-by time window that is used to query for completed builds.

Queued builds that have been completed for a greater duration than the window that is specified will not be included in the query results.

Show: