ISchedule Interface
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
'Declaration
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 | |
---|---|---|
![]() |
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. |
Top