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:
When you set StartDateTime or EndDateTime, its value replaces the corresponding value in Text, and vice versa.
Example See Also