PdcCalculation.GetTransportDays

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

Declaration

GetTransportDays as long

Description

Notes

This property returns the transport days set in the calculation.

Code example

This code example returns the transport days of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.GetTransportDays

Availability

Available since March 2010. (From version 4.0)