PdcOperation.TotalPostTime
Jump to navigation
Jump to search
Declaration
TotalPostTime as double
Description
This method returns the post time of an internal operation.
Notes
Code example
This code example returns the post time of an internal operation.
Sub sGetTotalPostTime
dim objCalc
dim objBWPL
set objCalc = pdc.ActiveCalculation
set objBWPL = objCalc.OperationList(0)
msgbox objBWPL.TotalPostTime
set objBWPL = nothing
set objCalc = nothing
End Sub
Availability
5.3 and onwards