NotesDateRange
Properties
| Name | Description |
|---|---|
| EndDateTime | Read-write. The ending date-time of a range. |
| Parent (NotesDateRange) | Read-only. The session that contains a DateRange object. |
| StartDateTime | Read-write. The starting date-time of a range. |
| Text (NotesDateRange) | Read-write. The text associated with a range. |
Examples
| Name | Description |
|---|---|
| Examples: Parent property (NotesDateRange) | This Visual Basic code displays the parent user name of a NotesDateRange object. |