CRBatchTranLine..::..ReceiptDate Property

Namespace:  JiwaFinancials.Jiwa.JiwaCRBatchTX
Assembly:  JiwaCRBatchTX (in JiwaCRBatchTX.dll)

Syntax


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