JournalSet..::..PostedDate Property

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

Syntax


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