Shipment..::..DepartureDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaLandedCost.Shipment
Assembly:  JiwaLandedCost (in JiwaLandedCost.dll)

Syntax


public DateTime DepartureDate { get; set; }
Public Property DepartureDate As DateTime
	Get
	Set
public:
property DateTime^ DepartureDate {
	DateTime^ get ();
	void set (DateTime^ value);
}