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)
Syntax
'Declaration
Public Property Interval As Integer
public int Interval { get; set; }
public:
property int Interval {
int get ();
void set (int value);
}
member Interval : int with get, set
function get Interval () : int
function set Interval (value : int)
Property Value
Type: System.Int32
The time interval between jobs, in seconds.
Remarks
If TimeZoneId represents a time zone that supports daylight savings, Interval must be a multiple of 24 hours (86400 seconds).
.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.