Share via


Task.StartVarianceTimeSpan property

Gets the time interval for the variance of the task 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 Task
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 task and the currently scheduled start date, as in the following formula:

Start Variance = Start – Baseline Start

See also

Reference

Task class

Task members

Microsoft.ProjectServer.Client namespace