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






Selects a range of date cells for a specified resource.

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

 Syntax

Java  Copy Code

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

 Parameters

start

Specifies the first date in the range.

end

Specifies the last date in the range.

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