This documentation is archived and is not being maintained.

TeamFoundationJobSchedule::ScheduledTime Property

Gets or sets the scheduled time used as a basis for calculating the next run time.

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

public:
property DateTime ScheduledTime {
	DateTime get ();
	void set (DateTime value);
}

Property Value

Type: System::DateTime
The scheduled time used as a basis for calculating the next run time.

Show: