This documentation is archived and is not being maintained.

TeamFoundationJobSchedule::Interval Property

Gets or sets the time interval between job execution, in seconds.

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

public:
property int Interval {
	int get ();
	void set (int value);
}

Property Value

Type: System::Int32
The time interval between jobs, in seconds.

If TimeZoneId represents a time zone that supports daylight savings, Interval must be a multiple of 24 hours (86400 seconds).

Show: