CalculationThruDate Property |
Ending date (inclusive) for which to extract source data from other modules for this calculation. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ThruDate { get; set; }
Public Property ThruDate As DateTime
Get
Set
public:
property DateTime^ ThruDate {
DateTime^ get ();
void set (DateTime^ value);
}
member ThruDate : DateTime with get, set
Property Value
Type:
DateTime
See Also