DepreciationPlanLineDepreciationStartDate Property |
Start date of the depreciation plan for this asset. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime DepreciationStartDate { get; set; }
Public Property DepreciationStartDate As DateTime
Get
Set
public:
property DateTime^ DepreciationStartDate {
DateTime^ get ();
void set (DateTime^ value);
}
member DepreciationStartDate : DateTime with get, set
Property Value
Type:
DateTime
See Also