WorkReportResourceActualEndTime Property |
Optionally, specifies the actual date and time when the resource usage ended. [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DateTime> ActualEndTime { get; set; }
Public Property ActualEndTime As Nullable(Of DateTime)
Get
Set
public:
property Nullable<DateTime^>^ ActualEndTime {
Nullable<DateTime^>^ get ();
void set (Nullable<DateTime^>^ value);
}
member ActualEndTime : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTime
See Also