This documentation is archived and is not being maintained.
TeamFoundationJobSchedule Class
Visual Studio 2013
Represents a job schedule on Visual Studio Team Foundation Server.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamFoundationJobSchedule type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | TeamFoundationJobSchedule(DateTime) | Initializes a new instance of the TeamFoundationJobSchedule class by using the specified schedule time. |
![]() | TeamFoundationJobSchedule(DateTime, Int32) | Initializes a new instance of the TeamFoundationJobSchedule class by using the specified schedule time and interval. |
![]() | TeamFoundationJobSchedule(DateTime, Int32, TimeZoneInfo) | Initializes a new instance of the TeamFoundationJobSchedule class by using the specified scheduled time, interval, and time zone. |
| Name | Description | |
|---|---|---|
![]() | Interval | Gets or sets the time interval between job execution, in seconds. |
![]() | ScheduledTime | Gets or sets the scheduled time used as a basis for calculating the next run time. |
![]() | TimeZone | Gets or sets the time zone to use for daylight savings time adjustments of the Interval property. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Gets a user-readable string that states the properties of this instance. (Overrides Object::ToString().) |
Show:
