Search
Selection.add Method (DateTime, DateTime, Resource)
See Also
 






Adds the specified date range to the selection of the specified resource.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void add (
    DateTime start,
    DateTime end,
    Resource resource
)

 Parameters

start

The start of the time range to be added to the selection.

end

The end of the time range to be added to the selection.

resource

A reference to a Resource to associate the selection with.

 Remarks

Either all of the parameters contact, resource, location and task must be set to null or only one of them should be a non-null reference.

 See Also