ServiceDeliveryDay Property
Indicates the day of the week the shipment can be delivered when using the ServiceType .
Syntax
property ServiceDeliveryDay[ServiceIdx: Integer]: String;
Default Value
''
Remarks
Indicates the day of the week the shipment can be delivered when using the ServiceType. Possible values are: SUN, MON, TUE, WED, THU, FRI, SAT. In regards to International services, the delivery date availability is limited to some postal-code supported countries and it will be returned if available.
For UPS, this property is filled after a call to the GetShippingTime.
This is not applicable to USPS.
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