This documentation is archived and is not being maintained.
TeamFoundationJobSchedule Constructor (DateTime, Int32, TimeZoneInfo)
Visual Studio 2013
Initializes a new instance of the TeamFoundationJobSchedule class by using the specified scheduled time, interval, and time zone.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: TeamFoundationJobSchedule( DateTime scheduledTime, int interval, TimeZoneInfo^ timeZone )
Parameters
- scheduledTime
- Type: System::DateTime
The scheduled time used as a basis for calculating the next run time.
- interval
- Type: System::Int32
The time interval between jobs, in seconds.
- timeZone
- Type: System::TimeZoneInfo
The time zone to use for daylight savings time adjustments of the Interval property.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: