This documentation is archived and is not being maintained.

ISchedule::StartTime Property

Gets or sets the time as the number of seconds past midnight.

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

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

Property Value

Type: System::Int32
The time as the number of seconds past midnight.

Show: