StartDate Property
The end date for the date range to be searched.
Syntax
__property String StartDate = {read=FStartDate, write=FSetStartDate, default=""};
Default Value
""
Remarks
The end date to be used in conjunction with EndDate to specify a date range to search for the specified shipment when TrackShipment is called. The date must be specified in the format "YYYY-MM-DD".
Data Type
String