ProjectTaskPlannedDurationHours Property |
Planned duration of the task in hours. The hours are allocated in the time interval between Start Date Time and Finish Date Time. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.Projects
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal PlannedDurationHours { get; set; }
Public Property PlannedDurationHours As Decimal
Get
Set
public:
property Decimal^ PlannedDurationHours {
Decimal^ get ();
void set (Decimal^ value);
}
member PlannedDurationHours : decimal with get, set
Property Value
Type:
Decimal
See Also