TaskItemCalculatedTimeElapsed Property
Get/Set the total calculated time elapsed.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
[JsonPropertyAttribute(Order = 13)]
public float CalculatedTimeElapsed { get; set; }
<JsonPropertyAttribute(Order := 13)>
Public Property CalculatedTimeElapsed As Single
Get
Set
No code example is currently available or this language may not be supported.
Property Value
Single
This value is equal to the total amount of time already elapsed
plus the amount of time allocated during the scheduling process.