PdcCalculation.GetTransportDays: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == == Description == == Notes == == Code example == <source lang="vb"> </source> == Availability =="
 
No edit summary
 
Line 1: Line 1:
== Declaration ==
== Declaration ==
 
GetTransportDays as long


== Description ==
== Description ==
Line 6: Line 6:


== Notes ==
== Notes ==
 
This property returns the transport days set in the calculation.


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


<source lang="vb">
<source lang="vb">
dim objCalc


  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.GetTransportDays
</source>
</source>


== Availability ==
== Availability ==
Available since March 2010. (From version 4.0)

Latest revision as of 09:17, 21 May 2012

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)