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
Public property BuildDefinition Gets the build definition that owns this schedule.
Public property DaysToBuild Gets or sets the scheduled days of the week to trigger a build.
Public property StartTime Gets or sets the time as the number of seconds past midnight.
Public property TimeZone Gets or sets the time zone for which daylight savings time rules should apply.
Public property Type Gets the type of this schedule.

Top

See Also

Reference

Microsoft.TeamFoundation.Build.Client Namespace