This documentation is archived and is not being maintained.

TeamFoundationJobSchedule Constructor (DateTime)

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

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

public:
TeamFoundationJobSchedule(
	DateTime scheduledTime
)

Parameters

scheduledTime
Type: System::DateTime

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

Show: