ImportCost..::..DueDate Property

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

Syntax


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