Task.DurationVarianceTimeSpan property
Gets the total time interval for the difference between the baseline duration of the task and the total duration, or current estimated duration, of the task.
Namespace: Microsoft.ProjectServer.Client
Assembly: Microsoft.ProjectServer.Client (in Microsoft.ProjectServer.Client.dll)
Syntax
'Declaration
<RemoteAttribute> _
Public ReadOnly Property DurationVarianceTimeSpan As TimeSpan
Get
'Usage
Dim instance As Task
Dim value As TimeSpan
value = instance.DurationVarianceTimeSpan
[RemoteAttribute]
public TimeSpan DurationVarianceTimeSpan { get; }
Property value
Type: System.TimeSpan
The time duration.