XML3 - API DLL Documentation
Search Shipments for provided ShipDate

Namespace: XMLV3API.Shipments
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IList<Shipment> SearchShipmentBy_ShipDate(
	DateTime ShipDate
)
Visual Basic
Public Function SearchShipmentBy_ShipDate ( _
	ShipDate As DateTime _
) As IList(Of Shipment)
Visual C++
public:
IList<Shipment^>^ SearchShipmentBy_ShipDate(
	DateTime ShipDate
)

Parameters

ShipDate
Type: System..::..DateTime
ShipDate

Return Value

[Missing <returns> documentation for "M:XMLV3API.Shipments.Shipments.SearchShipmentBy_ShipDate(System.DateTime)"]

Remarks