This documentation is archived and is not being maintained.

IBuildProjectNode::StartTime Property

Gets or sets the time when the project was invoked.

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

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

Property Value

Type: System::DateTime
The time when the project was invoked.

Show: