TaskItemCalculatedTimeElapsed Property

Get/Set the total calculated time elapsed.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
[JsonPropertyAttribute(Order = 13)]
public float CalculatedTimeElapsed { get; set; }

Property Value

Single

Remarks

This value is equal to the total amount of time already elapsed plus the amount of time allocated during the scheduling process.

See Also