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)
Syntax
'Declaration
Public Sub New ( _
    scheduledTime As DateTime _
)
public TeamFoundationJobSchedule(
    DateTime scheduledTime
)
public:
TeamFoundationJobSchedule(
    DateTime scheduledTime
)
new : 
        scheduledTime:DateTime -> TeamFoundationJobSchedule
public function TeamFoundationJobSchedule(
    scheduledTime : DateTime
)
Parameters
- scheduledTime 
 Type: System.DateTime- The scheduled time that is used as a basis for calculating the next run time. 
.NET Framework Security
- 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.
See Also
Reference
TeamFoundationJobSchedule Class