GetShippingTime Method
Returns the estimated time to ship a package from ZipCode to ZipCode .
Syntax
[VB.NET] Public Sub GetShippingTime()
[C#] public void GetShippingTime();
Remarks
This method call contacts the USPS Server and determines the average estimated time to ship a package from ZipCode to ZipCode. This method call fills the following properties: ZipCode, ZipCode 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.
NOTE: This method has a corresponding asynchronous version (GetShippingTimeAsync) for use in the Xamarin environment.