LOTUSSCRIPT/COM/OLE CLASSES
Read-write. Indicates the earliest note creation time in the collection.
Defined in
NotesNoteCollection
Data type
NotesDateTime
Syntax
To get: sinceTime = notesNoteCollection.SinceTime
To set: Set notesNoteCollection.SinceTime = sinceTime
Usage
BuildCollection selects notes from the time specified by this property to the present time, excluding notes created prior to this time.
By default this property is 12:00:00 AM without a date setting, which means that creation time is not a factor unless you explicitly set this property to a date.
This property is not a stand-alone specification. It intersects the other selection criteria.
Language cross-reference
SinceTime property in Java NoteCollection class
Example See Also