PdcCalculation.OrderDate

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

OrderDate as Date

Description

Returns or changes the orderdate

Notes

This property returns or sets the 'OrderDate' of the current calculation.

Code example

This code example returns the OrderDate of the active calculation.

dim objCalc

  set objCalc = pdc.ActiveCalculation
  msgbox objCalc.OrderDate

Availability