CalendarDateTime (NotesUIView - LotusScript®)

Read-only. The start date and time of the current region in a calendar view.

Defined in

NotesUIView

Data type

Variant of type DATE

Syntax

To get: dateV = notesUIView .CalendarDateTime

Usage

This is the target start date-time when the user does a copy, paste, drag and drop, or resize operation in a calendar view. See CalendarDateTimeEnd for the end date-time in a resize operation.

Example