.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


SinceTime property
Example

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