SinceTime (NoteCollection - Java)

Read-write. Indicates the earliest note creation time in the collection.

Defined in

NoteCollection

Data type

DateTime

Syntax

public DateTime getSinceTime()
   throws NotesException
public void setSinceTime(DateTime sincetime)
   throws NotesException

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.

Example