This documentation is archived and is not being maintained.
ISchedule Interface
Visual Studio 2013
The interface for a schedule of a build definition on the server that is running Team Foundation Build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
The ISchedule type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BuildDefinition | Gets the build definition that owns this schedule. |
![]() | DaysToBuild | Gets or sets the scheduled days of the week to trigger a build. |
![]() | StartTime | Gets or sets the time as the number of seconds past midnight. |
![]() | TimeZone | Gets or sets the time zone for which daylight savings time rules should apply. |
![]() | Type | Gets the type of this schedule. |
Show:
