This documentation is archived and is not being maintained.

IBuildDetailSpec::MaxFinishTime Property

Gets or sets the end of the finish time range of the specified builds.

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

property DateTime MaxFinishTime {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The end of the finish time range of the specified builds.

Show: