Assignment.FinishVariance property

Gets the variance of the finish date of the assignment.

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

Syntax

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

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

Property value

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

Remarks

The finish variance is the difference between the baseline finish date and the current finish date of the assignment, as in the following formula:

Finish Variance = Finish – Baseline Finish

To get the TimeSpan value for the finish variance, use the FinishVarianceTimeSpan property.

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace