GetShippingTime Method
Returns the estimated time to ship a package from ZipCode to ZipCode .
Object Oriented Interface
public function doGetShippingTime();
Procedural Interface
inship_uspsrates_do_getshippingtime($res);
Remarks
This method call contacts the USPS USPSServer and determines the average estimated time to ship a package from SenderZipCode to RecipientZipCode. This method call fills the following properties: SenderZipCode, RecipientZipCode and Days.
Origination and destination ZIP Codes must be valid. Only the first 3 digits of each ZIP code is required. If a 4- or 5-digit ZIP Code is entered, the last 1 or 2 digits will be ignored.