Assignment.StartVarianceTimeSpan property

Gets the time interval for the variance of the assignment start date.

Namespace:  Microsoft.ProjectServer.Client
Assembly:  Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property StartVarianceTimeSpan As TimeSpan
    Get
'Usage
Dim instance As Assignment
Dim value As TimeSpan

value = instance.StartVarianceTimeSpan
[RemoteAttribute]
public TimeSpan StartVarianceTimeSpan { get; }

Property value

Type: System.TimeSpan
The duration of the start variance.

Remarks

The start variance is the difference between the baseline start date of the assignment and the currently scheduled start date, as in the following formula:

Start Variance = Start – Baseline Start

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace