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)
Syntax
声明
Public Interface ISchedule
public interface ISchedule
public interface class ISchedule
type ISchedule =  interface end
public interface ISchedule
The ISchedule type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | BuildDefinition | Gets the build definition that owns this schedule. | 
| .gif) | DaysToBuild | Gets or sets the scheduled days of the week to trigger a build. | 
| .gif) | StartTime | Gets or sets the time as the number of seconds past midnight. | 
| .gif) | TimeZone | Gets or sets the time zone for which daylight savings time rules should apply. | 
| .gif) | Type | Gets the type of this schedule. | 
Top