ServiceDeliveryDate Property
This indicates the shipment delivery date for the ServiceType .
Syntax
__property String ServiceDeliveryDate[int ServiceIdx] = {read=FServiceDeliveryDate, write=FSetServiceDeliveryDate};
Default Value
""
Remarks
This indicates the shipment delivery date for the ServiceType.
In regards to International services, the delivery date availability is limited to some postal-code supported countries. The delivery date will be returned if available. Format: YYYY-MM-DD.
For UPS, this property is filled after a call to the GetShippingTime.
This is not applicable to USPS.
For Canada Post, this property will be populated after a GetRates call and will contain the estimated date of delivery, starting from the expected mailing-date.
The size of the array is controlled by the ServiceCount property.
This property is read-only and not available at design time.
Data Type
String