CostCorrectionFromDate Property |
The date from which to start looking for transactions, needing cost correction. It is used only when the source transaction is null. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime FromDate { get; set; }
Public Property FromDate As DateTime
Get
Set
public:
property DateTime^ FromDate {
DateTime^ get ();
void set (DateTime^ value);
}
member FromDate : DateTime with get, set
Property Value
Type:
DateTime
See Also