TaskItemCalculatedStartDate Property

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

Definition

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

Property Value

DateTime

See Also