LOTUSSCRIPT/COM/OLE CLASSES


GetSchedulerObject method
Example

Returns an embedded scheduler.

Note This method is new with Release 6.

Defined in

NotesUIDocument

Syntax

Set notesUIScheduler = notesUIDocument.GetSchedulerObject( name$ )

Parameters

name$


Return value

notesUIScheduler


Usage

The embedded scheduler must be in the document and must be named.

Example