TaskItemCompletionDate Property

Get/Set the date and time upon which this project was completed.

Definition

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

Property Value

DateTime

See Also