Click or drag to resize

ProjectStartDate Property

Expected date, when the execution of the tasks will start. null means that the start date is still unknown. [Filter(eq)]

Namespace:  Aloe.EnterpriseOne.Model.Projects
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Nullable<DateTime> StartDate { get; set; }

Property Value

Type: NullableDateTime
See Also