Share via


Task.FinishVarianceTimeSpan property

Gets the time interval for the variance of the finish date of the task.

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 Task
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 task, as in the following formula:

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace