database..::..ServerDateTime Property

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

Syntax


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