UntilTime (DocumentCollection - Java™)
Read-only. The database end time for a collection obtained through getModifiedDocuments in Database.
Note: This method is new with Release 7.
Defined in
Data type
Syntax
public DateTime getUntilTime()
throws NotesException
Usage
This time should be specified as the "since" time in a subsequent call to getModifiedDocuments where you want to get all modified documents since the most recent call.
The database time may differ from the system time. Do not use the system time in getModifiedDocuments where you want to get all modified documents since the most recent call.
For collections not produced through getModifiedDocuments, this property returns null.