PdcCalculation.EndProductionDate
Declaration
EndProductionDate as Date
Description
Returns the calculated end of production date
Notes
This property returns the 'EndProductionDate' of the current calculation. This field can be found in the 'Other' treenode. The field is automatically calculated and cannot be changed from inside the calculation.
Code example
This code example returns the EndProductionDate of the active calculation.
dim objCalc
set objCalc = pdc.ActiveCalculation
msgbox objCalc.EndProductionDate
Availability
Available since December 2007.