RingSoft.DbLookup.Controls.WPF Namespace
RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceStatusBar..::..LastSavedDate Property

Gets or sets the last saved date.

Namespace:  RingSoft.DbLookup.Controls.WPF
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public Nullable<DateTime> LastSavedDate { get; set; }
Public Property LastSavedDate As Nullable(Of DateTime)
	Get
	Set
public:
property Nullable<DateTime^> LastSavedDate {
	Nullable<DateTime^> get ();
	void set (Nullable<DateTime^> value);
}

Field Value

The last saved date.