This documentation is archived and is not being maintained.

IBuildDetailSpec::MinChangedTime Property

Gets or sets the earliest revision date and time of the desired builds.

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

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

Property Value

Type: System::DateTime
The earliest revision date and time of the desired builds.

Show: