JAVA/CORBA CLASSES


freeTimeSearch method
Example

Searches for free-time slots in the calendar.

Defined in

Session

Syntax

public java.util.Vector freeTimeSearch(DateRange window, int duration, Object names, boolean firstfit)
   throws NotesException

Parameters

DateRange window


int duration
Object names
boolean firstfit
Return value

java.util.Vector


Language cross-reference

FreeTimeSearch method in LotusScript NotesSession class

Example