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)

ParameterDescription
dBackedUpLast 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

SystemMinimal versionRemarks
Palm OSPalm OS 3.0-
Windows CEWindows CE 3.0-