PdcCalculation.EndProductionDate

From External Bemet Wiki
Revision as of 09:13, 21 May 2012 by Mike (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.