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)

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

See Also

Reference

TeamFoundationJobSchedule Class

TeamFoundationJobSchedule Overload

Microsoft.TeamFoundation.Framework.Client Namespace