UntilTime (NotesDocumentCollection - LotusScript®)

Read-only. The database end time for a collection obtained through GetModifiedDocuments in NotesDatabase.

Note: This method is new with Release 7.

Defined in

NotesDocumentCollection

Data type

NotesDateTime

Syntax

To get: Set notesDateTime = notesDocumentCollection .UntilTime

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 Nothing, an uninitialized object.

Example