PdcProject.FinancialClosed: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == FinancialClosed as Boolean == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability == Available since February ..." |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Set the project to closed financially. If the project is not already closed today's date is used. If the project was already closed, no changes will be made. | |||
== Notes == | == Notes == | ||
Corresponds to databasefield DF_FINANCIALCLOSED | |||
== Code example == | == Code example == |
Latest revision as of 12:23, 22 June 2023
Declaration
FinancialClosed as Boolean
Description
Set the project to closed financially. If the project is not already closed today's date is used. If the project was already closed, no changes will be made.
Notes
Corresponds to databasefield DF_FINANCIALCLOSED
Code example
Availability
Available since February 2011 (From version 4.2 onwards).