This documentation is archived and is not being maintained.

TeamFoundationJobSchedule Constructor (DateTime, Int32)

Initializes a new instance of the TeamFoundationJobSchedule class by using the specified schedule time and interval.

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
TeamFoundationJobSchedule(
	DateTime scheduledTime, 
	int interval
)

Parameters

scheduledTime
Type: System::DateTime

The scheduled time that is used as a basis for calculating the next run time.

interval
Type: System::Int32

The time interval between jobs, in seconds.

Show: