.

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


NotesDateRange class
Example

Represents a range of dates and times.

Containment

Contained by: NotesDocument, NotesItem, NotesSession, NotesUIScheduler

Contains: NotesDateTime

Properties

EndDateTime

Parent

StartDateTime

Text

Creation

To create a new NotesDateRange object, you can use the CreateDateRange method in NotesSession. To initialize the object, you can do one of the following:


Usage

When you set StartDateTime or EndDateTime, its value replaces the corresponding value in Text, and vice versa.

Example
See Also