SinceTime (NotesNoteCollection - JavaScript™)
Read-write. Indicates the earliest note creation time in the collection.
Defined in
NotesNoteCollectionSyntax
getSinceTime() : NotesDateTime
setSinceTime(sincetime:NotesDateTime)
: void
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.