This documentation is archived and is not being maintained.
IBuildServer::GetScheduleDaysFromDaysOfWeek Method
Visual Studio 2013
Takes an array of DayOfWeek enumeration values and returns a ScheduleDays value that can be used to set ISchedule.DaysToBuild.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Parameters
- weekdays
- Type: array<System::DayOfWeek>
An array of DayOfWeek enumeration values.
Return Value
Type: Microsoft.TeamFoundation.Build.Client::ScheduleDaysThe corresponding ScheduleDays value.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: