Assignment.FinishVarianceTimeSpan property

Gets the time interval for 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 FinishVarianceTimeSpan As TimeSpan
    Get
'Usage
Dim instance As Assignment
Dim value As TimeSpan

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

Property value

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

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

See also

Reference

Assignment class

Assignment members

Microsoft.ProjectServer.Client namespace