Home > Language Reference > Classes > DatabaseInfo
BackedUp Property
Indicates the date of the last backup of a database.
Syntax
Public Property Get BackedUp() As Date
Public Property Let BackedUp(ByVal dBackuped As Date)
| Parameter | Description |
| dBackedUp | Last backup date |
Remarks
This property set or return the last date the database was backed up.
In the following example, we display the value of the executable BackedUp property by using the Info object of the Application class ( see Application Info property inherited from Database class).
Private Sub Button1_Click() dim dAttr as Date dAttr=App.Info.BackedUp MsgBox App.Title & ": BackedUp property is set to " & cstr(dAttr) End Sub
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | - |
| Windows CE | Windows CE 3.0 | - |