LOTUSSCRIPT/COM/OLE CLASSES


Text property
Example

Read-write. The text associated with a range.

Defined in

NotesDateRange

Data type

String

Syntax

To get: text = notesDateRange.Text

To set: notesDateRange.Text = text

Usage

The range text consists of two string representations of date-time values separated by a hyphen (for example, "01/01/97 - 01/02/97").

Language cross-reference

Text in Java DateRange class

Example
See Also