TaskItemCalculatedEndDate Property

Get/Set the date and time at which the task is calculated to be completed.

Definition

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

Property Value

DateTime

See Also