DepreciationMethodStartFromNextMonth Property |
When true, denotes that the depreciation starts from the month, following the month of deployment. When false, the depreciation starts from the same month. [Required] [Default(true)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Assets
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool StartFromNextMonth { get; set; }
Public Property StartFromNextMonth As Boolean
Get
Set
public:
property bool StartFromNextMonth {
bool get ();
void set (bool value);
}
member StartFromNextMonth : bool with get, set
Property Value
Type:
Boolean
See Also