Assignment.StartVariance property

Gets 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 StartVariance As String
    Get
'Usage
Dim instance As Assignment
Dim value As String

value = instance.StartVariance
[RemoteAttribute]
public string StartVariance { get; }

Property value

Type: System.String
The duration of the start variance. For example, 2d (two days) or 3w (three weeks).

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

To get the TimeSpan value for the start variance, use the StartVarianceTimeSpan property.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace