TaskItemStartDate Property

Get/Set the date and time upon which the project is scheduled to start.

Definition

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

Property Value

DateTime

See Also