This documentation is archived and is not being maintained.

ISchedule::DaysToBuild Property

Gets or sets the scheduled days of the week to trigger a build.

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

property ScheduleDays DaysToBuild {
	ScheduleDays get ();
	void set (ScheduleDays value);
}

Property Value

Type: Microsoft.TeamFoundation.Build.Client::ScheduleDays
The scheduled days of the week to trigger a build.

Show: