BookIn..::..BookInDate Property

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

Syntax


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