ProjectFinishDate Property |
The drop dead date of the project, e.g. the date when the project should be finished. null means that the finish date is unknown. [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> FinishDate { get; set; }
Public Property FinishDate As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ FinishDate {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member FinishDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also