ScheduledDeliveryTime Property
Time shipment was originally scheduled for delivery.
Syntax
[VB.NET] Public ReadOnlyProperty ScheduledDeliveryTime As String
[C#] public string ScheduledDeliveryTime {get;}
Remarks
When the TrackShipment method is called, ScheduledDeliveryTime will be returned in the response (if available).
It is returned in this format: hh:mm.
This property is read-only.
Default Value
""