JAVA/CORBA CLASSES


openDatabaseIfModified method
Example

Opens a database if it has been modified since a specified date.

Defined in

DbDirectory

Syntax

public Database openDatabaseIfModified(String dbfile, DateTime date)
   throws NotesException

Parameters

String dbfile


DateTime date
Return value

Database


Language cross-reference

OpenDatabaseIfModified method in LotusScript NotesDbDirectory class

Example
See Also