AutomaticJournalBatch..::..RunDateTime Property

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

Syntax


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