TaskItemCalculatedTimeEstimated Property

Get/Set the estimated time remaining for calculation.

Definition

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

Property Value

Single

Remarks

As time is allocated during the scheduling process, that time is subtracted from this value.

See Also